From 3e4d8f433239c40311037616b1b8833a06651ae0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 16 Apr 2012 19:21:14 +0200 Subject: Initial import --- openvpn/src/plugins/examples/simple.def | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 openvpn/src/plugins/examples/simple.def (limited to 'openvpn/src/plugins/examples/simple.def') diff --git a/openvpn/src/plugins/examples/simple.def b/openvpn/src/plugins/examples/simple.def new file mode 100755 index 00000000..a87507d1 --- /dev/null +++ b/openvpn/src/plugins/examples/simple.def @@ -0,0 +1,6 @@ +LIBRARY OpenVPN_PLUGIN_SAMPLE +DESCRIPTION "Sample OpenVPN plug-in module." +EXPORTS + openvpn_plugin_open_v1 @1 + openvpn_plugin_func_v1 @2 + openvpn_plugin_close_v1 @3 -- cgit v1.2.3