summaryrefslogtreecommitdiffstats
path: root/src/include/abrtlib.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-07 15:36:07 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-07 15:36:07 +0100
commitf2e2bba844ed36ab3b9ce0c936dad673cfc865b9 (patch)
tree108183211df07ed372b16916fa7dfdbc23070f36 /src/include/abrtlib.h
parentc9ab6a163d96771d9a731ba93ec500c40683c923 (diff)
downloadabrt-f2e2bba844ed36ab3b9ce0c936dad673cfc865b9.tar.gz
abrt-f2e2bba844ed36ab3b9ce0c936dad673cfc865b9.tar.xz
abrt-f2e2bba844ed36ab3b9ce0c936dad673cfc865b9.zip
added function to parse event description from xml file
Diffstat (limited to 'src/include/abrtlib.h')
-rw-r--r--src/include/abrtlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h
index 116f4b36..1b2f6bbc 100644
--- a/src/include/abrtlib.h
+++ b/src/include/abrtlib.h
@@ -82,6 +82,7 @@ int vdprintf(int d, const char *format, va_list ap);
#include "abrt_types.h"
#include "dump_dir.h"
#include "run_event.h"
+#include "event_xml_parser.h"
#ifdef __cplusplus
@@ -256,6 +257,8 @@ 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