summaryrefslogtreecommitdiff
path: root/dtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'dtls.h')
-rw-r--r--dtls.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dtls.h b/dtls.h
new file mode 100644
index 0000000..41ee54d
--- /dev/null
+++ b/dtls.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2008 Stig Venaas <venaas@uninett.no>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
+void *udpdtlsserverrd(void *arg);
+int dtlsconnect(struct server *server, struct timeval *when, int timeout, char *text);
+void *dtlsservernew(void *arg);
+void *dtlsclientrd(void *arg);
+void *udpdtlsclientrd(void *arg);
+int clientradputdtls(struct server *server, unsigned char *rad);