libopm
0.1
|
#include "libopm.h"
Data Structures | |
struct | _opm_config_hash |
Typedefs | |
typedef struct _opm_config_hash | OPM_CONFIG_HASH_T |
Functions | |
void | libopm_config_free (OPM_CONFIG_T *) |
void * | libopm_config (OPM_CONFIG_T *, int) |
int | libopm_config_gettype (int) |
OPM_CONFIG_T * | libopm_config_create (void) |
OPM_ERR_T | libopm_config_set (OPM_CONFIG_T *, int, void *) |
typedef struct _opm_config_hash OPM_CONFIG_HASH_T |
void libopm_config_free | ( | OPM_CONFIG_T * | ) |
Referenced by opm_free().
void* libopm_config | ( | OPM_CONFIG_T * | , |
int | |||
) |
References _OPM_CONFIG::vars.
Referenced by libopm_proxy_httppost_write(), libopm_proxy_router_write(), libopm_proxy_socks4_write(), libopm_proxy_socks5_write(), libopm_proxy_wingate_write(), and opm_scan().
int libopm_config_gettype | ( | int | ) |
OPM_CONFIG_T* libopm_config_create | ( | void | ) |
Referenced by opm_create().
OPM_ERR_T libopm_config_set | ( | OPM_CONFIG_T * | , |
int | , | ||
void * | |||
) |
Referenced by opm_config().