blob: c538a8c49f6a23b51a5ee43ad26408bbb72cc74f (
plain)
1
2
3
4
5
6
7
8
|
/* Copyright 2011 NORDUnet A/S. All rights reserved.
See LICENSE for licensing information. */
int conn_close (struct rs_connection **connp);
int conn_user_dispatch_p (const struct rs_connection *conn);
int conn_activate_timeout (struct rs_connection *conn);
int conn_type_tls (const struct rs_connection *conn);
int conn_cred_psk (const struct rs_connection *conn);
|