Merge branch 'rename-packet-to-message' into libradsec-user-dispatch
[radsecproxy.git] / lib / udp.h
index e0d39f0..2c20a90 100644 (file)
--- a/lib/udp.h
+++ b/lib/udp.h
@@ -1,5 +1,5 @@
 /* Copyright 2011 NORDUnet A/S. All rights reserved.
    See LICENSE for licensing information.  */
 
-int udp_init (struct rs_connection *conn, struct rs_packet *pkt);
+int udp_init (struct rs_connection *conn, struct rs_message *msg);
 int udp_init_retransmit_timer (struct rs_connection *conn);