From 5cc34d7d4e636c083b2722645778f78bf30c71cb Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 29 Mar 2011 18:19:32 +0200 Subject: Revert "Ticket #178 abrt-cli should provide an option to select analyzer" This reverts commit e2b73a97a213d6b317e5410b0dc9d931686442d2. --- src/cli/report.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cli/report.h') diff --git a/src/cli/report.h b/src/cli/report.h index a3937840..58b8c25e 100644 --- a/src/cli/report.h +++ b/src/cli/report.h @@ -22,9 +22,7 @@ extern "C" { #endif -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); +int run_analyze_event(const char *dump_dir_name); /* Report the crash */ enum { -- cgit