summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-03-25 08:45:05 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2011-03-25 08:45:05 +0100
commitb3f653c67570f69fb459acf1b462957937fb89ac (patch)
tree10438030603db09ab611445f91c8bd6d1c6e37f0 /src/include
parent31e8c83a5748a385f3db4561605da54b52ac2dc9 (diff)
parentefc9f956c65da5b151f20371c00d76aad326dc7b (diff)
downloadabrt-b3f653c67570f69fb459acf1b462957937fb89ac.tar.gz
abrt-b3f653c67570f69fb459acf1b462957937fb89ac.tar.xz
abrt-b3f653c67570f69fb459acf1b462957937fb89ac.zip
Merge branch 'event'
* event: validate input in cli and fix ask_for_missing_settings function parse and store 'allow-empty' value
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/event_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h
index 12beefe7..72b1d8c1 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -89,6 +89,9 @@ extern GHashTable *g_event_config_list; // for iterating through entire list o
GList *export_event_config(const char *event_name);
void unexport_event_config(GList *env_list);
+GHashTable *validate_event(const char *event_name);
+char *validate_event_option(event_option_t *opt);
+
#ifdef __cplusplus
}
#endif