diff options
Diffstat (limited to 'src/common/core.h')
-rw-r--r-- | src/common/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/core.h b/src/common/core.h index fffd44028..06ce86448 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -13,6 +13,7 @@ extern int runflag; extern char *SERVER_NAME; extern char SERVER_TYPE; +extern int parse_console(char* buf); extern const char *get_svn_revision(void); extern int do_init(int,char**); extern void set_server_type(void); |