20 #ifndef LIBREPORT_GLOBAL_CONFIGURATION_H
21 #define LIBREPORT_GLOBAL_CONFIGURATION_H
23 #include "libreport_types.h"
29 #define load_global_configuration libreport_load_global_configuration
30 bool load_global_configuration(
void);
32 #define free_global_configuration libreport_free_global_configuration
33 void free_global_configuration(
void);
35 #define get_global_always_excluded_elements libreport_get_global_always_excluded_elements
36 string_vector_ptr_t get_global_always_excluded_elements(
void);