This commit is contained in:
git@daemon.de
2015-04-24 22:03:50 +02:00
parent 0d22e6fc6f
commit e56848c4d1
7 changed files with 252 additions and 148 deletions

View File

@@ -41,5 +41,6 @@
int main_loop(int listensocket, char *bindip, struct sockaddr_in *dst);
void usage();
int parse_ip(char *src, char *ip, char *pt);
#endif