diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-02-27 12:17:21 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-02-27 12:17:21 +0100 |
| commit | 235a9542b79ea7d6cac410041825cbdeb60e1f54 (patch) | |
| tree | ff499646e4e516eff35f2cf3c17d7a3eeaa6de52 /talpid_openvpn_plugin | |
| parent | 4ce365c683dd5ee2ae084db6f1e7bd30fc0398ef (diff) | |
| download | mullvadvpn-235a9542b79ea7d6cac410041825cbdeb60e1f54.tar.xz mullvadvpn-235a9542b79ea7d6cac410041825cbdeb60e1f54.zip | |
Change comment type
Diffstat (limited to 'talpid_openvpn_plugin')
| -rw-r--r-- | talpid_openvpn_plugin/src/ffi/mod.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/talpid_openvpn_plugin/src/ffi/mod.rs b/talpid_openvpn_plugin/src/ffi/mod.rs index cf3b7fb42c..6331041aa9 100644 --- a/talpid_openvpn_plugin/src/ffi/mod.rs +++ b/talpid_openvpn_plugin/src/ffi/mod.rs @@ -1,6 +1,6 @@ -/// FFI definitions for OpenVPN. See include/openvpn-plugin.h in the OpenVPN repository for -/// the original declarations of these structs and functions along with documentation for them: -/// https://github.com/OpenVPN/openvpn/blob/master/include/openvpn-plugin.h.in +// FFI definitions for OpenVPN. See include/openvpn-plugin.h in the OpenVPN repository for +// the original declarations of these structs and functions along with documentation for them: +// https://github.com/OpenVPN/openvpn/blob/master/include/openvpn-plugin.h.in use std::os::raw::{c_char, c_int, c_uint, c_void}; |
