summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
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 b7c2101..ed3c7e7 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -39,5 +39,6 @@
#include "datatypes.h"
gboolean attach_udpsinks(struct udp_sinks *sinks);
+gboolean attach_udpsources(struct udp_sources *sources);
#endif