diff options
author | venaas <venaas> | 2008-08-21 09:55:13 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-08-21 09:55:13 +0000 |
commit | 0821c152301b03565125e823f580deef4812d554 (patch) | |
tree | 2ac62b398656d0af683d278ae4c494d0128e4950 /dtls.h | |
parent | 193b6127860d8bd6ec638fb3d74ceff63698fb8d (diff) |
restructuring code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@351 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'dtls.h')
-rw-r--r-- | dtls.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,6 @@ void *dtlsservernew(void *arg); void *dtlsclientrd(void *arg); void *udpdtlsclientrd(void *arg); int clientradputdtls(struct server *server, unsigned char *rad); +void addclientdtls(struct client *client); +void addserverextradtls(struct clsrvconf *conf); +void initextradtls(); |