From 24e8dbbb519e35a0d895d2978d45c6002f625dee Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 21 Jun 2006 18:35:31 +0000 Subject: - Whoops, somehow socket.h wasn't udpated correctly -.- git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7282 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/socket.h') diff --git a/src/common/socket.h b/src/common/socket.h index 01165126e..4d8d36807 100644 --- a/src/common/socket.h +++ b/src/common/socket.h @@ -157,7 +157,7 @@ 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 //required network includes. -int resolve_hostbyname(char* hostname, char *ip); +in_addr_t resolve_hostbyname(char* hostname, char *ip); extern unsigned int addr_[16]; // ip addresses of local host (host byte order) extern unsigned int naddr_; // # of ip addresses -- cgit v1.2.3-70-g09d2