From 5c71e00f814f679bd6ea652eda8552f746b5f725 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Jan 2011 15:59:28 +0100 Subject: preparatory changes for abrt-cli local processing change Signed-off-by: Denys Vlasenko --- src/cli/report.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/cli/report.h') diff --git a/src/cli/report.h b/src/cli/report.h index 8a851b8e..d947b6b2 100644 --- a/src/cli/report.h +++ b/src/cli/report.h @@ -18,11 +18,10 @@ #ifndef ABRT_CLI_REPORT_H #define ABRT_CLI_REPORT_H -/* Reports the crash with corresponding uuid over DBus. */ +/* Report the crash */ enum { CLI_REPORT_BATCH = 1 << 0, - CLI_REPORT_SILENT_IF_NOT_FOUND = 1 << 1, }; -int report(const char *uuid, int flags); +int report(const char *dump_dir_name, int flags); #endif -- cgit