#include "setup.h"#include "malloc.h"#include "config.h"#include "inet.h"#include "opm_error.h"#include "opm_types.h"#include "opm_common.h"#include "list.h"#include <string.h>Functions | |
| OPM_CONFIG_T * | libopm_config_create () |
| void | libopm_config_free (OPM_CONFIG_T *config) |
| OPM_ERR_T | libopm_config_set (OPM_CONFIG_T *config, int key, void *value) |
| int | libopm_config_gettype (int key) |
| void * | libopm_config (OPM_CONFIG_T *config, int key) |
| OPM_CONFIG_T* libopm_config_create | ( | void | ) |
| void libopm_config_free | ( | OPM_CONFIG_T * | config | ) |
| OPM_ERR_T libopm_config_set | ( | OPM_CONFIG_T * | config, | |
| int | key, | |||
| void * | value | |||
| ) |
| int libopm_config_gettype | ( | int | key | ) |
| void* libopm_config | ( | OPM_CONFIG_T * | config, | |
| int | key | |||
| ) |
1.5.4