diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/abrtlib.h | 2 | ||||
| -rw-r--r-- | src/include/report/event_xml_parser.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h index 1b2f6bbc..6122f467 100644 --- a/src/include/abrtlib.h +++ b/src/include/abrtlib.h @@ -257,8 +257,6 @@ void parse_release_for_rhts(const char *pRelease, char **product, char **version #define load_conf_file abrt_load_conf_file bool load_conf_file(const char *pPath, map_string_h *settings, bool skipKeysWithoutValue); -void load_event_description_from_file(event_obj_t *event_desc, const char* filename); - /* Tries to create a copy of dump_dir_name in base_dir, with same or similar basename. * Returns NULL if copying failed. In this case, logs a message before returning. */ #define steal_directory abrt_steal_directory diff --git a/src/include/report/event_xml_parser.h b/src/include/report/event_xml_parser.h index caf81506..47852c67 100644 --- a/src/include/report/event_xml_parser.h +++ b/src/include/report/event_xml_parser.h @@ -39,3 +39,5 @@ typedef struct const char *action;//action description to show in gui like: Upload report to the Red Hat bugzilla" GList *options; } event_obj_t; + +void load_event_description_from_file(event_obj_t *event_desc, const char* filename);
\ No newline at end of file |
