From b564bf63c67725a0894ad1ee453d146a5ce7fb2d Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Fri, 5 Dec 2014 18:03:23 +0200 Subject: [PATCH] minor fixes; --- include/sntl/connection.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/sntl/connection.h b/include/sntl/connection.h index 572558c..c9a05de 100644 --- a/include/sntl/connection.h +++ b/include/sntl/connection.h @@ -181,10 +181,13 @@ extern conn_sys_t *conn_sys; /* General API */ /* subsystem */ + +extern conn_sys_t *conn_sys; + int connections_subsystem_init(void); int connections_subsystem_setsslserts(const char *rootca, const char *certpem, - const char *certkey); + const char *certkey); int connections_subsystem_setrpclist_function(usrtc_t* (*get_rpc_typed_list_tree)(conn_t *));