forked from github/server
missing function in laws.h
This commit is contained in:
parent
eb08151447
commit
c64f49d98d
|
@ -25,6 +25,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int writepasswd(void);
|
||||
int getoption(void);
|
||||
int wanderoff(struct region * r, int p);
|
||||
void demographics(void);
|
||||
|
|
|
@ -54,8 +54,6 @@ write_game(const char *filename)
|
|||
return writegame(filename, 0);
|
||||
}
|
||||
|
||||
extern int writepasswd(void);
|
||||
|
||||
static int
|
||||
write_reports()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue