summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-01 01:00:52 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-01 01:00:52 +0200
commitcbdf9a12a01e7c17b846a76ea432aa6be4cc3baf (patch)
treedfe97ab75b70c573cae37b7a6f4e96104f4002f7 /src/udp.h
parentsome cleanup (diff)
resolving remote rtp works now
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