comparison rogue4/extern.h @ 215:1b73a8641b37

rogue4: fix most GCC5 warnings. Converting all function definitions to ANSI style accounts for most of the change. This has exposed other problems, such as daemons not actually being their stated type, that will require more careful solutions.
author John "Elwin" Edwards
date Wed, 27 Jan 2016 19:41:05 -0500
parents ea7372f5d314
children b24545357d2e
comparison
equal deleted inserted replaced
214:e5a15b09ce1d 215:1b73a8641b37
50 50
51 /* 51 /*
52 * Function types 52 * Function types
53 */ 53 */
54 54
55 char *charge_str(), *ctime(), *getenv(), *inv_name(), 55 char *ctime(), *getenv();
56 *killname(), *nothing(), *num(), *ring_num(),
57 *tr_name(),
58 *unctrol(), *vowelstr();
59 56
60 void leave(int), quit(int), tstp(), auto_save(int), endit(int); 57 void tstp(), endit(int);
61 int doctor(), nohaste(),
62 rollwand(), runners(), sight(), stomach(), swander(),
63 turn_see(), unconfuse(), unsee();
64
65 void checkout();
66 58
67 long lseek(); 59 long lseek();
68 60
69 extern coord ch_ret; 61 extern coord ch_ret;
70 extern shint countch; 62 extern shint countch;