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>
| ... | ... |
@@ -41,6 +41,7 @@ |
| 41 | 41 |
* New Client Connection: |
| 42 | 42 |
* |
| 43 | 43 |
* FUNC: openvpn_plugin_client_constructor_v1 |
| 44 |
+ * FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_ENABLE_PF |
|
| 44 | 45 |
* FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_TLS_VERIFY (called once for every cert |
| 45 | 46 |
* in the server chain) |
| 46 | 47 |
* FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY |
| ... | ... |
@@ -72,7 +73,7 @@ |
| 72 | 72 |
* [Client session continues] |
| 73 | 73 |
* |
| 74 | 74 |
* FUNC: openvpn_plugin_func_v1 OPENVPN_PLUGIN_CLIENT_DISCONNECT |
| 75 |
- * FUNC: openvpn_plugin_client_constructor_v1 |
|
| 75 |
+ * FUNC: openvpn_plugin_client_destructor_v1 |
|
| 76 | 76 |
* |
| 77 | 77 |
* [ some time may pass ] |
| 78 | 78 |
* |