summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/udp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stream/udp.h b/stream/udp.h
index 5bac18bbca..b908ea4fd1 100644
--- a/stream/udp.h
+++ b/stream/udp.h
@@ -17,4 +17,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef _UDP_H_
+#define _UDP_H_
+
int udp_open_socket (URL_t *url);
+
+#endif /* _UDP_H_ */