summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index e4f1007..4ff3aa3 100644
--- a/udp.h
+++ b/udp.h
@@ -6,6 +6,7 @@
* copyright notice and this permission notice appear in all copies.
*/
+void udpsetsrcres(char *source);
int clientradputudp(struct server *server, unsigned char *rad);
void *udpclientrd(void *arg);
void *udpserverrd(void *arg);