forked from github/server
missing function in laws.h
This commit is contained in:
parent
eb08151447
commit
c64f49d98d
|
@ -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);
|
||||||
|
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue