X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Fconn.h;h=c538a8c49f6a23b51a5ee43ad26408bbb72cc74f;hb=214a29955b9c7a8eafc90997ee29f86a284e3a12;hp=cf15b80038bf540e2e9a54efef408884c3865342;hpb=046bcd92b3eea69b61a6362e599d75fb912791eb;p=libradsec.git diff --git a/lib/conn.h b/lib/conn.h index cf15b80..c538a8c 100644 --- a/lib/conn.h +++ b/lib/conn.h @@ -4,3 +4,5 @@ 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);