From 214a29955b9c7a8eafc90997ee29f86a284e3a12 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 24 Jan 2013 17:31:49 +0100 Subject: Add two helper functions to conn.[ch]. --- lib/conn.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/conn.h') 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); -- cgit v1.1