Ver código fonte

- Whoops, somehow socket.h wasn't udpated correctly -.-

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7282 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 19 anos atrás
pai
commit
84cdde2a88
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/common/socket.h

+ 1 - 1
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