summaryrefslogtreecommitdiffstats
path: root/src/cli/report.h
diff options
context:
space:
mode:
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,