X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tcp.h;h=c388895a7909955ef44e65e43e61281a35afea7c;hb=a1e936386219fa915e4c46a8d099274a06ce68ad;hp=2864bb4a140fdade103628ea735e3583441ff096;hpb=39692c605e2f1c37efd38f675abdd22ac503b382;p=libradsec.git diff --git a/tcp.h b/tcp.h index 2864bb4..c388895 100644 --- a/tcp.h +++ b/tcp.h @@ -6,7 +6,8 @@ * copyright notice and this permission notice appear in all copies. */ -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: */