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
37 typedef struct _should_not_be_used config_t;
38 typedef struct _should_not_be_used config_setting_t;
39 void config_destroy(config_t *config);