diff options
author | venaas <venaas> | 2008-12-18 15:14:00 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-18 15:14:00 +0000 |
commit | 3c779c1093a5cb6314bc366c6135fb2eaac8cdeb (patch) | |
tree | 0ba9c4f9ebdb9a91bee68c286abc9c1e6b66a286 /tcp.h | |
parent | dfb9fcfbba3e196b4c082cc9b8a1fe7b80ac8564 (diff) |
cleaning up code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@441 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'tcp.h')
-rw-r--r-- | tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ * copyright notice and this permission notice appear in all copies. */ +void tcpsetsrcres(char *source); int tcpconnect(struct server *server, struct timeval *when, int timeout, char *text); int clientradputtcp(struct server *server, unsigned char *rad); void *tcpclientrd(void *arg); |