Add two helper functions to conn.[ch].
[libradsec.git] / lib / conn.h
1 /* Copyright 2011 NORDUnet A/S. All rights reserved.
2    See LICENSE for licensing information.  */
3
4 int conn_close (struct rs_connection **connp);
5 int conn_user_dispatch_p (const struct rs_connection *conn);
6 int conn_activate_timeout (struct rs_connection *conn);
7 int conn_type_tls (const struct rs_connection *conn);
8 int conn_cred_psk (const struct rs_connection *conn);