Removed compile warning for setipaddress

Removed compile warning for setipaddress
This commit is contained in:
MassimilianoPinto 2014-10-23 17:49:59 +02:00
parent 1d38095229
commit ac2811394e

View File

@ -70,3 +70,4 @@ int gw_write(
size_t nbytes);
int gw_getsockerrno(int fd);
int parse_bindconfig(char *, unsigned short, struct sockaddr_in *);
int setipaddress(struct in_addr *, char *);