summaryrefslogtreecommitdiffstats
path: root/src/cli/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/report.h')
-rw-r--r--src/cli/report.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cli/report.h b/src/cli/report.h
index 58b8c25e..a3937840 100644
--- a/src/cli/report.h
+++ b/src/cli/report.h
@@ -22,7 +22,9 @@
extern "C" {
#endif
-int run_analyze_event(const char *dump_dir_name);
+int run_analyze_event(const char *dump_dir_name, const char *analyzer);
+char *select_event_option(GList *list_options);
+GList *str_to_glist(char *str, int delim);
/* Report the crash */
enum {