summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udp.h b/src/udp.h
index ed3c7e7..c9606c4 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -39,6 +39,6 @@
#include "datatypes.h"
gboolean attach_udpsinks(struct udp_sinks *sinks);
-gboolean attach_udpsources(struct udp_sources *sources);
+gboolean attach_udpsources(struct udp_sources *sources, gchar* rtphost);
#endif