Explorar o código

Removed an extra C linkage declaration in core.h

Jittapan Pluemsumran %!s(int64=8) %!d(string=hai) anos
pai
achega
2e524f18fc
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      src/common/core.h

+ 0 - 6
src/common/core.h

@@ -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