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" {
#endif
extern int writepasswd(void);
int getoption(void);
int wanderoff(struct region * r, int p);
void demographics(void);

View File

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