#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "openvpn-plugin.h"
Go to the source code of this file.
◆ get_env()
static const char * get_env |
( |
const char * |
name, |
|
|
const char * |
envp[] |
|
) |
| |
|
static |
◆ openvpn_plugin_close_v1()
OPENVPN_EXPORT void openvpn_plugin_close_v1 |
( |
openvpn_plugin_handle_t |
handle | ) |
|
◆ openvpn_plugin_func_v1()
OPENVPN_EXPORT int openvpn_plugin_func_v1 |
( |
openvpn_plugin_handle_t |
handle, |
|
|
const int |
type, |
|
|
const char * |
argv[], |
|
|
const char * |
envp[] |
|
) |
| |
◆ openvpn_plugin_open_v1()
OPENVPN_EXPORT openvpn_plugin_handle_t openvpn_plugin_open_v1 |
( |
unsigned int * |
type_mask, |
|
|
const char * |
argv[], |
|
|
const char * |
envp[] |
|
) |
| |