summaryrefslogtreecommitdiff
path: root/lib/packet.h
blob: c020d69697ac95bacccfcf67b97313ab37eee334 (plain)
1
2
3
4
5
6
7
/* Copyright 2010, 2011 NORDUnet A/S. All rights reserved.
   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);