• R/O
  • SSH
  • HTTPS

junnethack: Commit


Commit MetaInfo

Revisión390 (tree)
Tiempo2011-03-05 15:23:14
Autorso-miya

Log Message

UnNetHack SVN版rev.751を適用した。
Fix 'implicit declaration of function' warnings
'implicit declaration of function'警告の修正

Cambiar Resumen

Diferencia incremental

--- junnethack/trunk/include/extern.h (revision 389)
+++ junnethack/trunk/include/extern.h (revision 390)
@@ -500,6 +500,7 @@
500500 E char* FDECL(html_escape_character, (const char));
501501 #ifdef DUMP_LOG
502502 E int NDECL(dump_screenshot);
503+E int NDECL(dumpoverview);
503504 #endif
504505
505506 /* ### dungeon.c ### */
@@ -1491,6 +1492,7 @@
14911492 E boolean FDECL(match_optname, (const char *,const char *,int,BOOLEAN_P));
14921493 E void NDECL(initoptions);
14931494 E void FDECL(parseoptions, (char *,BOOLEAN_P,BOOLEAN_P));
1495+E boolean FDECL(parse_monster_color, (char *));
14941496 E int NDECL(doset);
14951497 E int NDECL(dotogglepickup);
14961498 E void NDECL(option_help);
@@ -2572,6 +2574,7 @@
25722574 E void FDECL(check_tutorial_farlook, (int, int));
25732575 E void FDECL(check_tutorial_command, (char));
25742576 E int FDECL(check_tutorial_location, (int, int, BOOLEAN_P));
2577+E int FDECL(check_tutorial_oclass, (int));
25752578
25762579 #if 1 /*JP*/
25772580
Show on old repository browser