summaryrefslogtreecommitdiffstats
path: root/src/cli/report.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-01-27 15:59:28 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-01-27 15:59:28 +0100
commit5c71e00f814f679bd6ea652eda8552f746b5f725 (patch)
tree4ff1034b3133ea204081badb72df7da4fa540fef /src/cli/report.h
parentb26f7420aca444c38677bf6275376c71ccfc39df (diff)
downloadabrt-5c71e00f814f679bd6ea652eda8552f746b5f725.tar.gz
abrt-5c71e00f814f679bd6ea652eda8552f746b5f725.tar.xz
abrt-5c71e00f814f679bd6ea652eda8552f746b5f725.zip
preparatory changes for abrt-cli local processing change
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/cli/report.h')
-rw-r--r--src/cli/report.h5
1 files changed, 2 insertions, 3 deletions
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