summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-03-21 18:01:56 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2011-03-22 15:37:29 +0100
commitefc9f956c65da5b151f20371c00d76aad326dc7b (patch)
tree414ad860ce2247dfb198346c6ab191f084c6b9e7 /src/include
parent849c001e5799ccfcd4938a7657610dd310003929 (diff)
downloadabrt-efc9f956c65da5b151f20371c00d76aad326dc7b.tar.gz
abrt-efc9f956c65da5b151f20371c00d76aad326dc7b.tar.xz
abrt-efc9f956c65da5b151f20371c00d76aad326dc7b.zip
validate input in cli and fix ask_for_missing_settings function
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
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