summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-12-18 15:14:00 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-12-18 15:14:00 +0000
commit3c779c1093a5cb6314bc366c6135fb2eaac8cdeb (patch)
tree0ba9c4f9ebdb9a91bee68c286abc9c1e6b66a286 /udp.h
parentdfb9fcfbba3e196b4c082cc9b8a1fe7b80ac8564 (diff)
cleaning up code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@441 e88ac4ed-0b26-0410-9574-a7f39faa03bf
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);