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 load_global_configuration_from_dirs libreport_load_global_configuration_from_dirs
33 bool load_global_configuration_from_dirs(
const char *dirs[],
int dir_flags[]);
35 #define free_global_configuration libreport_free_global_configuration
36 void free_global_configuration(
void);
38 #define get_global_always_excluded_elements libreport_get_global_always_excluded_elements
39 string_vector_ptr_t get_global_always_excluded_elements(
void);