summaryrefslogtreecommitdiffstats
path: root/src/cli/report.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-01 15:57:39 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-01 15:57:39 +0100
commit876664f002c5f90e5722602956a6d60591619680 (patch)
tree4794bef8e75ba7059cf1b67fda666e660c7fc7a1 /src/cli/report.h
parent7cad610805bac55eb6c82f6377aaf35a5fe7d44b (diff)
downloadabrt-876664f002c5f90e5722602956a6d60591619680.tar.gz
abrt-876664f002c5f90e5722602956a6d60591619680.tar.xz
abrt-876664f002c5f90e5722602956a6d60591619680.zip
abrt-cli: converted to process events locally
Only -d DIR operation still goes through the daemon. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/cli/report.h')
-rw-r--r--src/cli/report.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/report.h b/src/cli/report.h
index d947b6b2..80c0b9f2 100644
--- a/src/cli/report.h
+++ b/src/cli/report.h
@@ -18,6 +18,8 @@
#ifndef ABRT_CLI_REPORT_H
#define ABRT_CLI_REPORT_H
+int run_analyze_event(const char *dump_dir_name);
+
/* Report the crash */
enum {
CLI_REPORT_BATCH = 1 << 0,