12#ifndef USBG_INTERNAL_LIBCONFIG_H
13#define USBG_INTERNAL_LIBCONFIG_H
19#define usbg_get_config_node_int NULL
20#define usbg_get_config_node_bool NULL
21#define usbg_get_config_node_string NULL
22#define usbg_get_config_node_ether_addr NULL
23#define usbg_set_config_node_int NULL
24#define usbg_set_config_node_int_hex NULL
25#define usbg_set_config_node_bool NULL
26#define usbg_set_config_node_string NULL
27#define usbg_set_config_node_ether_addr NULL
28#define usbg_set_config_node_dev NULL
29#define usbg_set_config_node_guid NULL
38typedef struct _should_not_be_used config_t;
39typedef struct _should_not_be_used config_setting_t;
40void config_destroy(config_t *config);