]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.h
Typos
[paraslash.git] / net.h
diff --git a/net.h b/net.h
index 7cfee2eb69d081fd545ba525916796774c9dd706..3c6628c28c325f6804023553c1c8a362b2f53766 100644 (file)
--- 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);