Handle failing rs_context_create().
[libradsec.git] / lib / packet.h
index 7053329..edff9de 100644 (file)
@@ -2,3 +2,6 @@
    See the file COPYING 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);