From 8c1bb7b498aae6203289dd9295e187b05c8b7014 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 7 Apr 2007 12:06:25 +0000 Subject: - Added function str2ip() to do platform-safe conversions - Removed a bunch of unused stuff - Moved SIGILL to unix-only defines since tests and docs show that Windows doesn't issue SIGILL - Fixed several annoying compilation warnings git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10177 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/core.h') diff --git a/src/common/core.h b/src/common/core.h index f59a87e3e..7784a95bb 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -17,7 +17,6 @@ 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); -extern void set_termfunc(void (*termfunc)(void)); extern void do_abort(void); extern void do_final(void); -- cgit v1.2.3-70-g09d2