summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-24 23:52:13 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-24 23:52:13 +0200
commit812b94d7f880d8844da3533df083899eafe1d676 (patch)
tree3f36b14207282804818b089e0488e3530f6fdb53 /src/udp.h
parentadded udp socket handling to own file (diff)
some name refactoring
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