summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchantra <chantra@debuntu.org>2010-07-30 20:48:50 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-02 09:53:55 +0200
commite249bff0288cf0581d7263ee14c21300976bb3cc (patch)
tree87f0ba358ed53e32d880199b216c3af52dc82f85
parentcb56a3ebe65871ae37894503e35c0b3703ee17a5 (diff)
downloadopenvpn-e249bff0288cf0581d7263ee14c21300976bb3cc.tar.gz
openvpn-e249bff0288cf0581d7263ee14c21300976bb3cc.tar.xz
openvpn-e249bff0288cf0581d7263ee14c21300976bb3cc.zip
Fix errors in openvpn-plugin.h documentation
Just minor updates to comments in openvpn-plugin.h Signed-off-by: chantra <chantra@debuntu.org> Acked-by: David Sommerseth <dazo@users.sourceforge.net> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
-rw-r--r--openvpn-plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openvpn-plugin.h b/openvpn-plugin.h
index 56b0a70..173a0c1 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 ]
*