missing function in laws.h

This commit is contained in:
Enno Rehling 2004-01-12 07:07:52 +00:00
parent eb08151447
commit c64f49d98d
2 changed files with 1 additions and 2 deletions

View File

@ -25,6 +25,7 @@
extern "C" { extern "C" {
#endif #endif
extern int writepasswd(void);
int getoption(void); int getoption(void);
int wanderoff(struct region * r, int p); int wanderoff(struct region * r, int p);
void demographics(void); void demographics(void);

View File

@ -54,8 +54,6 @@ write_game(const char *filename)
return writegame(filename, 0); return writegame(filename, 0);
} }
extern int writepasswd(void);
static int static int
write_reports() write_reports()
{ {