diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/report/event_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h index ee0cf7ab..3d05a2c9 100644 --- a/src/include/report/event_config.h +++ b/src/include/report/event_config.h @@ -48,4 +48,4 @@ void load_event_config_data(void); void free_event_config_data(void); event_config_t *get_event_config(const char *name); -extern GList *g_event_config_list; // for iterating through entire list of all loaded configs
\ No newline at end of file +extern GHashTable *g_event_config_list; // for iterating through entire list of all loaded configs
\ No newline at end of file |
