X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=tls.h;h=1a8735ea5d9ed21f200fd11417c4df50beba097c;hb=345a7088838882e69b053490f9714590192b79f6;hp=b38cde22da52584a26536c424360255e08445a0d;hpb=ea645ad6e5ec575e574960ccb079241c50b992fe;p=libradsec.git diff --git a/tls.h b/tls.h index b38cde2..1a8735e 100644 --- a/tls.h +++ b/tls.h @@ -6,7 +6,8 @@ * copyright notice and this permission notice appear in all copies. */ -int tlsconnect(struct server *server, struct timeval *when, int timeout, char *text); -int clientradputtls(struct server *server, unsigned char *rad); -void *tlsclientrd(void *arg); -void *tlslistener(void *arg); +const struct protodefs *tlsinit(uint8_t h); + +/* Local Variables: */ +/* c-file-style: "stroustrup" */ +/* End: */