summaryrefslogtreecommitdiff
path: root/dtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'dtls.h')
-rw-r--r--dtls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dtls.h b/dtls.h
index 2677b17..1e664c3 100644
--- a/dtls.h
+++ b/dtls.h
@@ -6,6 +6,7 @@
* copyright notice and this permission notice appear in all copies.
*/
+void dtlssetsrcres(char *source);
void *udpdtlsserverrd(void *arg);
int dtlsconnect(struct server *server, struct timeval *when, int timeout, char *text);
void *dtlsclientrd(void *arg);