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 dcdc5ca..b7c2101 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -38,6 +38,6 @@
#include "datatypes.h"
-gboolean attach_udp_descriptors(struct udp_sinks *sinks);
+gboolean attach_udpsinks(struct udp_sinks *sinks);
#endif