Removed dead code

This commit is contained in:
Gio 2015-12-11 11:44:26 +01:00
parent 1b2fa3600a
commit ca1a9707ef
5 changed files with 0 additions and 195 deletions

View file

@ -49,9 +49,6 @@
#include "util/rsnet.h" /* more generic networking header */
// Some Network functions that are missing from windows.
in_addr_t inet_netof(struct in_addr addr);
in_addr_t inet_network(const char *inet_name);
int inet_aton(const char *name, struct in_addr *addr);
extern int errno; /* Define extern errno, to duplicate unix behaviour */