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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli/report.h b/src/cli/report.h
index 80c0b9f2..58b8c25e 100644
--- a/src/cli/report.h
+++ b/src/cli/report.h
@@ -18,6 +18,10 @@
#ifndef ABRT_CLI_REPORT_H
#define ABRT_CLI_REPORT_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
int run_analyze_event(const char *dump_dir_name);
/* Report the crash */
@@ -26,4 +30,8 @@ enum {
};
int report(const char *dump_dir_name, int flags);
+#ifdef __cplusplus
+}
+#endif
+
#endif