]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.h
Support for UDPv4/v6 multicast streaming
[paraslash.git] / net.h
diff --git a/net.h b/net.h
index 54657f8baa84238456f18f239e19267452340858..3c6628c28c325f6804023553c1c8a362b2f53766 100644 (file)
--- a/net.h
+++ b/net.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -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);