Handle failing rs_context_create().
[libradsec.git] / udp.h
diff --git a/udp.h b/udp.h
index af375d6..8f26e15 100644 (file)
--- a/udp.h
+++ b/udp.h
@@ -6,7 +6,8 @@
  * copyright notice and this permission notice appear in all copies.
  */
 
-int clientradputudp(struct server *server, unsigned char *rad);
-void *udpclientrd(void *arg);
-void *udpserverrd(void *arg);
-void *udpserverwr(void *arg);
+const struct protodefs *udpinit(uint8_t h);
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */