X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tcp.h;h=c388895a7909955ef44e65e43e61281a35afea7c;hb=8da844625cdfaf2d1e4b55707fc03641556bfe11;hp=428fe4c3d72a4f6536cc2f611e687a88dd56e7f9;hpb=3c779c1093a5cb6314bc366c6135fb2eaac8cdeb;p=radsecproxy.git diff --git a/tcp.h b/tcp.h index 428fe4c..c388895 100644 --- a/tcp.h +++ b/tcp.h @@ -6,8 +6,8 @@ * 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); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */