summaryrefslogtreecommitdiff
path: root/src/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp.c')
-rw-r--r--src/udp.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/udp.c b/src/udp.c
index 2d352ee..85a8b39 100644
--- a/src/udp.c
+++ b/src/udp.c
@@ -229,3 +229,14 @@ gboolean attach_udpsinks(struct udp_sinks *sinks)
return TRUE;
}
+
+
+gboolean attach_udpsources(struct udp_sources *sources)
+{
+ if(!sources)
+ return FALSE;
+
+ log_printf(ERROR, "Receiver Mode is not yet implemented!");
+
+ return FALSE;
+}