diff options
author | venaas <venaas> | 2008-12-19 11:18:42 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-19 11:18:42 +0000 |
commit | 8d80bf94fc38a158f3721e6725aa48b3993e157a (patch) | |
tree | 7723a6493b616ed18d19804c2dc526527357394f /tcp.h | |
parent | 3c779c1093a5cb6314bc366c6135fb2eaac8cdeb (diff) |
cleaning up code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@442 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'tcp.h')
-rw-r--r-- | tcp.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -6,8 +6,4 @@ * 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); -void *tcplistener(void *arg); +const struct protodefs *tcpinit(uint8_t h); |