diff options
Diffstat (limited to 'src/include/report')
| -rw-r--r-- | src/include/report/event_config.h (renamed from src/include/report/event_xml_parser.h) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/include/report/event_xml_parser.h b/src/include/report/event_config.h index 8e55b1b0..ee0cf7ab 100644 --- a/src/include/report/event_xml_parser.h +++ b/src/include/report/event_config.h @@ -40,4 +40,12 @@ typedef struct GList *options; } event_config_t; -void load_event_description_from_file(event_config_t *event_config, const char* filename);
\ No newline at end of file +void load_event_description_from_file(event_config_t *event_config, const char* filename); + +// (Re)loads data from /etc/abrt/events/*.{conf,xml} +void load_event_config_data(void); +/* Frees all loaded data */ +void free_event_config_data(void); +event_config_t *get_event_config(const char *name); + +extern GList *g_event_config_list; // for iterating through entire list of all loaded configs
\ No newline at end of file |
