~ubuntu-branches/ubuntu/vivid/nethack/vivid

« back to all changes in this revision

Viewing changes to include/extern.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng, Bernhard R. Link, Vincent Cheng
  • Date: 2012-06-11 00:47:38 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120611004738-3fy8b3wi0j45y2oq
Tags: 3.4.3-14
* Team upload.

[ Bernhard R. Link ]
* switch to "3.0 (quilt)"
* bump Standards-Version
* modernize debian/rules:
- use dpkg-buildflags
- support build-arch/-indep
- make parallel safe
- don't avoid make errors
* add patch so it can compile with -Werror=format-security
* drop no longer needed patches (-qt and -gnome are gone)
* don't use /dev/null as install template (Closes: 644647)
* drop nethack-common menu (both -console and -x11 have one)

[ Vincent Cheng ]
* Adopt package. (Closes: #673584)
  - Change Maintainer to Debian Games Team.
  - Add myself to Uploaders.
* Modify 0006-Common-config.h-for-all-binary-packages.patch to enable
  AUTOPICKUP_EXCEPTIONS. (Closes: #329318)
* Modify 0011-Pasi-Kallinen-s-patch-to-add-colors-to-inventory-ite.patch
  and 0017-Debian-and-Linux-specifics-defined-in-unixconf.h.patch; add
  0021-fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd.
* Convert debian/copyright to DEP-5 machine-readable format.
* Use dh_lintian to install overrides instead of manually installing them
  in debian/rules.
* Add watch file.
* Add Homepage field in debian/control.
* Add Vcs-* fields in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
E int FDECL(describe_level, (char *));
132
132
E const char *FDECL(rank_of, (int,SHORT_P,BOOLEAN_P));
133
133
E void NDECL(bot);
 
134
#ifdef DUMP_LOG
 
135
E void FDECL(bot1str, (char *));
 
136
E void FDECL(bot2str, (char *));
 
137
#endif
134
138
 
135
139
/* ### cmd.c ### */
136
140
 
166
170
E int NDECL(extcmd_via_menu);
167
171
E void FDECL(enlightenment, (int));
168
172
E void FDECL(show_conduct, (int));
 
173
#ifdef DUMP_LOG
 
174
E void FDECL(dump_enlightenment, (int));
 
175
E void FDECL(dump_conduct, (int));
 
176
#endif
169
177
E int FDECL(xytod, (SCHAR_P,SCHAR_P));
170
178
E void FDECL(dtoxy, (coord *,int));
171
179
E int FDECL(movecmd, (CHAR_P));
281
289
E void FDECL(row_refresh, (int,int,int));
282
290
E void NDECL(cls);
283
291
E void FDECL(flush_screen, (int));
 
292
#ifdef DUMP_LOG
 
293
E void NDECL(dump_screen);
 
294
#endif
284
295
E int FDECL(back_to_glyph, (XCHAR_P,XCHAR_P));
285
296
E int FDECL(zapdir_to_glyph, (int,int,int));
286
297
E int FDECL(glyph_at, (XCHAR_P,XCHAR_P));
553
564
#if !defined(MAKEDEFS_C) && !defined(LEV_LEX_C)
554
565
E void FDECL(done, (int));
555
566
E void FDECL(container_contents, (struct obj *,BOOLEAN_P,BOOLEAN_P));
 
567
#ifdef DUMP_LOG
 
568
E void FDECL(dump, (char *, char *));
 
569
E void FDECL(do_containerconts, (struct obj *,BOOLEAN_P,BOOLEAN_P,BOOLEAN_P));
 
570
#endif
556
571
E void FDECL(terminate, (int));
557
572
E int NDECL(num_genocides);
558
573
 
790
805
E char *FDECL(xprname, (struct obj *,const char *,CHAR_P,BOOLEAN_P,long,long));
791
806
E int NDECL(ddoinv);
792
807
E char FDECL(display_inventory, (const char *,BOOLEAN_P));
 
808
#ifdef DUMP_LOG
 
809
E char FDECL(dump_inventory, (const char *,BOOLEAN_P));
 
810
#endif
793
811
E int FDECL(display_binventory, (int,int,BOOLEAN_P));
794
812
E struct obj *FDECL(display_cinventory,(struct obj *));
795
813
E struct obj *FDECL(display_minventory,(struct monst *,int,char *));
1360
1378
E boolean FDECL(not_fully_identified, (struct obj *));
1361
1379
E char *FDECL(corpse_xname, (struct obj *,BOOLEAN_P));
1362
1380
E char *FDECL(cxname, (struct obj *));
 
1381
#ifdef SORTLOOT
 
1382
E char *FDECL(cxname2, (struct obj *));
 
1383
#endif
1363
1384
E char *FDECL(killer_xname, (struct obj *));
1364
1385
E const char *FDECL(singular, (struct obj *,char *(*)(OBJ_P)));
1365
1386
E char *FDECL(an, (const char *));
1405
1426
E int FDECL(add_autopickup_exception, (const char *));
1406
1427
E void NDECL(free_autopickup_exceptions);
1407
1428
#endif /* AUTOPICKUP_EXCEPTIONS */
 
1429
#ifdef MENU_COLOR
 
1430
E boolean FDECL(add_menu_coloring, (char *));
 
1431
#endif /* MENU_COLOR */
1408
1432
 
1409
1433
/* ### pager.c ### */
1410
1434
 
1501
1525
/* ### pline.c ### */
1502
1526
 
1503
1527
E void VDECL(pline, (const char *,...)) PRINTF_F(1,2);
 
1528
E void FDECL(plines, (const char *));
1504
1529
E void VDECL(Norep, (const char *,...)) PRINTF_F(1,2);
1505
1530
E void NDECL(free_youbuf);
1506
1531
E void VDECL(You, (const char *,...)) PRINTF_F(1,2);
2237
2262
E int NDECL(abon);
2238
2263
E int NDECL(dbon);
2239
2264
E int NDECL(enhance_weapon_skill);
 
2265
#ifdef DUMP_LOG
 
2266
E void NDECL(dump_weapon_skill);
 
2267
#endif
2240
2268
E void FDECL(unrestrict_weapon_skill, (int));
2241
2269
E void FDECL(use_skill, (int,int));
2242
2270
E void FDECL(add_weapon_skill, (int));