summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2011-05-13 18:32:06 +0200
committerKarel Klic <kklic@redhat.com>2011-05-13 18:32:06 +0200
commite16a562d8616d2ac55f58b091f95acd5b3174229 (patch)
treebf5c97a4ab4d4f792c436d4ed93a1c36cd381c3b /src/include
parent15473d2a5ecfd20bd8cc3982e703fcedd51289f8 (diff)
parente123c5f3b4bdd10f3b495a4a948f6c452ed6205f (diff)
downloadabrt-e16a562d8616d2ac55f58b091f95acd5b3174229.tar.gz
abrt-e16a562d8616d2ac55f58b091f95acd5b3174229.tar.xz
abrt-e16a562d8616d2ac55f58b091f95acd5b3174229.zip
merge
Diffstat (limited to 'src/include')
-rw-r--r--src/include/abrtlib.h3
-rw-r--r--src/include/report/event_config.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h
index 85bbb289..294afdda 100644
--- a/src/include/abrtlib.h
+++ b/src/include/abrtlib.h
@@ -76,6 +76,7 @@ int vdprintf(int d, const char *format, va_list ap);
#include "read_write.h"
#include "strbuf.h"
#include "hash_sha1.h"
+#include "parse_options.h"
#include "abrt_problem_data.h"
#include "abrt_types.h"
@@ -117,7 +118,7 @@ char *xmalloc_fgetline(FILE *file);
/* On error, copyfd_XX prints error messages and returns -1 */
enum {
- COPYFD_SPARSE = 1 << 0,
+ COPYFD_SPARSE = 1 << 0,
};
#define copyfd_eof abrt_copyfd_eof
off_t copyfd_eof(int src_fd, int dst_fd, int flags);
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h
index 5c898d9a..2e2783de 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -71,6 +71,7 @@ typedef struct
//char *action; //action description to show in gui like: Upload report to the Red Hat bugzilla"
char *description; // "Report to..."/"Save to file". Should be one sentence, not long
char *long_descr; // Long(er) explanation, if needed
+ char *creates_elements;
GList *options;
} event_config_t;