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