diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-02-27 17:52:26 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-02-28 15:45:46 +0100 |
| commit | 03cfb564f0150ab192a9c76f71f2b352efdcd3f5 (patch) | |
| tree | 0cfb7503eac6368b8a54411a0f9c48e6301afeb3 | |
| parent | 0fdc6ef08987eb237aba81aee589b35fd8efbb2b (diff) | |
| download | mullvadvpn-03cfb564f0150ab192a9c76f71f2b352efdcd3f5.tar.xz mullvadvpn-03cfb564f0150ab192a9c76f71f2b352efdcd3f5.zip | |
Fix comment
| -rw-r--r-- | talpid_openvpn_plugin/src/ffi/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid_openvpn_plugin/src/ffi/mod.rs b/talpid_openvpn_plugin/src/ffi/mod.rs index 726bcae403..c4b46fa6fe 100644 --- a/talpid_openvpn_plugin/src/ffi/mod.rs +++ b/talpid_openvpn_plugin/src/ffi/mod.rs @@ -78,8 +78,8 @@ pub struct openvpn_plugin_args_func_return { /// Called by OpenVPN when the plugin is first loaded. -/// Used to register which events the plugin wants to listen to (`type_mask`). Can also return an -/// arbitrary object inside `handle` that will then be passed to all subsequent calls to the +/// Used to register which events the plugin wants to listen to (`args.type_mask`). Can also set an +/// arbitrary object inside `args.handle` that will then be passed to all subsequent calls to the /// plugin. #[no_mangle] pub extern "C" fn openvpn_plugin_open_v3(_version: c_int, |
