Have the library depend on radsec.sym.
[libradsec.git] / lib / packet.h
index 7053329..7cdbb35 100644 (file)
@@ -1,4 +1,7 @@
 /* Copyright 2010, 2011 NORDUnet A/S. All rights reserved.
-   See the file COPYING for licensing information.  */
+   See LICENSE for licensing information. */
 
 int packet_do_send (struct rs_packet *pkt);
+int packet_verify_response (struct rs_connection *conn,
+                           struct rs_packet *response,
+                           struct rs_packet *request);