diff options
Diffstat (limited to 'lib/packet.h')
-rw-r--r-- | lib/packet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/packet.h b/lib/packet.h index 7053329..edff9de 100644 --- a/lib/packet.h +++ b/lib/packet.h @@ -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); |