radsecproxy-1.6.5.
[libradsec.git] / tcp.h
diff --git a/tcp.h b/tcp.h
index 2864bb4..c388895 100644 (file)
--- 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: */