aboutsummaryrefslogtreecommitdiff
path: root/openvpn-plugin.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-05 21:28:21 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-05 21:28:21 +0200
commitee0f176643f7ac05a167fd0170ee95a3e0262974 (patch)
treeb3c085c2fcb1af13203088cb718dfcd39e20fa75 /openvpn-plugin.h
parentMerge branch 'svn-BETA21' into beta2.2 (diff)
parentFix multiple configured scripts conflicts issue (version 2) (diff)
downloadopenvpn-ee0f176643f7ac05a167fd0170ee95a3e0262974.tar.xz
Merge branch 'bugfix2.1' into beta2.2
Diffstat (limited to 'openvpn-plugin.h')
-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 ]
*