summaryrefslogtreecommitdiffstats
path: root/src/cli/report.h
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-03-28 10:03:33 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2011-03-30 11:40:11 +0200
commit437fe4e8719276892f85d29d6e7f48caa1c021a9 (patch)
treeb9f178bbdd5756c622991156015f4619b04a1365 /src/cli/report.h
parent76d34ec77e7f0aaeae645c06c61a6ad951f441a9 (diff)
downloadabrt-437fe4e8719276892f85d29d6e7f48caa1c021a9.tar.gz
abrt-437fe4e8719276892f85d29d6e7f48caa1c021a9.tar.xz
abrt-437fe4e8719276892f85d29d6e7f48caa1c021a9.zip
Ticket #178 abrt-cli should provide an option to select analyzer
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
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 {