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