|
@@ -38,18 +38,12 @@ enum {
|
|
|
extern char SERVER_TYPE;
|
|
|
|
|
|
extern int parse_console(const char* buf);
|
|
|
-#ifdef __cplusplus
|
|
|
-extern "C" {
|
|
|
-#endif
|
|
|
const char *get_svn_revision(void);
|
|
|
const char *get_git_hash(void);
|
|
|
extern int do_init(int,char**);
|
|
|
extern void set_server_type(void);
|
|
|
extern void do_abort(void);
|
|
|
extern void do_final(void);
|
|
|
-#ifdef __cplusplus
|
|
|
-}
|
|
|
-#endif
|
|
|
|
|
|
/// The main loop continues until runflag is CORE_ST_STOP
|
|
|
enum E_CORE_ST
|