From: chantra Date: Fri, 30 Jul 2010 18:48:50 +0000 (+0200) Subject: Fix errors in openvpn-plugin.h documentation X-Git-Tag: v2.2-beta1~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e249bff0288cf0581d7263ee14c21300976bb3cc;p=thirdparty%2Fopenvpn.git Fix errors in openvpn-plugin.h documentation Just minor updates to comments in openvpn-plugin.h Signed-off-by: chantra Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/openvpn-plugin.h b/openvpn-plugin.h index 56b0a7015..173a0c16d 100644 --- a/openvpn-plugin.h +++ b/openvpn-plugin.h @@ -41,6 +41,7 @@ * New Client Connection: * * FUNC: openvpn_plugin_client_constructor_v1 + * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_ENABLE_PF * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_TLS_VERIFY (called once for every cert * in the server chain) * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY @@ -72,7 +73,7 @@ * [Client session continues] * * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_CLIENT_DISCONNECT - * FUNC: openvpn_plugin_client_constructor_v1 + * FUNC: openvpn_plugin_client_destructor_v1 * * [ some time may pass ] *