From e1791bb11ae85366dfb4d0173a8d7b5751a7a407 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 4 Oct 2005 11:51:44 +0000 Subject: Added support for openvpn_plugin_select_initialization_point_v1 2.1_beta1 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@591 e7ae566f-a301-0410-adde-c780ea21d3b5 --- init.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.h') diff --git a/init.h b/init.h index bbb3b0a..edc9aee 100644 --- a/init.h +++ b/init.h @@ -118,7 +118,8 @@ void init_management_callback_p2p (struct context *c); void uninit_management_callback (void); #ifdef ENABLE_PLUGIN -void open_plugins (struct context *c, const bool import_options); +void init_plugins (struct context *c); +void open_plugins (struct context *c, const bool import_options, int init_point); #endif #endif -- cgit