X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.h;h=3c6628c28c325f6804023553c1c8a362b2f53766;hb=82ec559332572814f76a8db3ed6751792687570d;hp=7cfee2eb69d081fd545ba525916796774c9dd706;hpb=7e254dc5041cc79249bf5307a19c9e04882cb3bf;p=paraslash.git diff --git a/net.h b/net.h index 7cfee2eb..3c6628c2 100644 --- a/net.h +++ b/net.h @@ -61,6 +61,3 @@ int recv_pattern(int fd, const char *pattern, size_t bufsize); void enable_crypt(int fd, crypt_function *recv_f, crypt_function *send_f, void *private_data); void disable_crypt(int fd); -int create_udp_recv_socket(char *hostname, unsigned short port); -int create_udp_send_socket(char *hostname, unsigned short port, - unsigned char ttl);