summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-14 21:42:44 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-14 21:42:44 +0100
commitc3295e8741d5f35e30301933bd853bf6c9369588 (patch)
treeca5fc590dc54e6815e9630abbf424804e7357308 /src/include
parent1147945856ed4431ab3b49f88c8c0aa11c6ad8e1 (diff)
downloadabrt-c3295e8741d5f35e30301933bd853bf6c9369588.tar.gz
abrt-c3295e8741d5f35e30301933bd853bf6c9369588.tar.xz
abrt-c3295e8741d5f35e30301933bd853bf6c9369588.zip
abrt-gui: save event settings in gnome keyring
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/event_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h
index 64407b7f..75f357dc 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -76,6 +76,7 @@ void load_event_config_data(void);
/* Frees all loaded data */
void free_event_config_data(void);
event_config_t *get_event_config(const char *event_name);
+event_option_t *get_event_option_from_list(const char *option_name, GList *event_options);
extern GHashTable *g_event_config_list; // for iterating through entire list of all loaded configs