From d9cd2ab6ef3ebe4bb7883690efeb1b8dcb4c3c65 Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Fri, 11 Mar 2011 13:18:03 +0100 Subject: CLI.cpp -> cli.c Signed-off-by: Nikola Pajkovsky --- src/cli/report.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/cli/report.h') 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 -- cgit