summaryrefslogtreecommitdiff
path: root/src/common/socket.h
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-07 06:25:00 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-07 06:25:00 +0000
commitcaa2c43f341ab070ff82d99410ffab773ba19e72 (patch)
treebdacd386345c40a82372d6e792973a0322e5286f /src/common/socket.h
parenta397e43494e3e4ffb4015b52c04f026dcaa7e3ca (diff)
downloadhercules-caa2c43f341ab070ff82d99410ffab773ba19e72.tar.gz
hercules-caa2c43f341ab070ff82d99410ffab773ba19e72.tar.bz2
hercules-caa2c43f341ab070ff82d99410ffab773ba19e72.tar.xz
hercules-caa2c43f341ab070ff82d99410ffab773ba19e72.zip
- Removed deprecated console code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9815 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/socket.h')
-rw-r--r--src/common/socket.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index 43e433ab0..7cf0fcd91 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -121,7 +121,6 @@ struct socket_data{
int (*func_recv)(int);
int (*func_send)(int);
int (*func_parse)(int);
- int (*func_console)(char*);
void* session_data;
void* session_data2;
enum SessionType type;
@@ -168,10 +167,7 @@ extern void flush_fifo(int fd);
extern void flush_fifos(void);
extern void set_nonblocking(int fd, int yes);
-int start_console(void);
-
void set_defaultparse(int (*defaultparse)(int));
-void set_defaultconsoleparse(int (*defaultparse)(char*));
//Resolves the hostname and stores the string representation of the string in ip.
//Meant to simplify calls to gethostbyname without the need of all the