c020d69697ac95bacccfcf67b97313ab37eee334
[radsecproxy.git] / lib / packet.h
1 /* Copyright 2010, 2011 NORDUnet A/S. All rights reserved.
2    See LICENSE for licensing information.  */
3
4 int packet_do_send (struct rs_packet *pkt);
5 int packet_verify_response (struct rs_connection *conn,
6                             struct rs_packet *response,
7                             struct rs_packet *request);