summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-01 02:02:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-01 02:02:51 +0200
commit4a1a07b2fe9dcd3327312aa092fe60d315f9ea37 (patch)
tree8baea457f7b6f336e9df481844a74fbc30999235 /src/udp.h
parentsending keep alives works now (diff)
sending remove client command when closed
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udp.h b/src/udp.h
index c9606c4..fca7ca3 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -40,5 +40,6 @@
gboolean attach_udpsinks(struct udp_sinks *sinks);
gboolean attach_udpsources(struct udp_sources *sources, gchar* rtphost);
+void detach_udpsources(struct udp_sources *sources);
#endif