summaryrefslogtreecommitdiffstats
path: root/src/cli/report.h
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-03-11 13:18:03 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2011-03-11 13:18:03 +0100
commitd9cd2ab6ef3ebe4bb7883690efeb1b8dcb4c3c65 (patch)
tree6bbc245bd8fdea789094d1b40e54af0c8c436689 /src/cli/report.h
parent2c1ca7753ca7d11640c14491c3d76124d2cba7d8 (diff)
downloadabrt-d9cd2ab6ef3ebe4bb7883690efeb1b8dcb4c3c65.tar.gz
abrt-d9cd2ab6ef3ebe4bb7883690efeb1b8dcb4c3c65.tar.xz
abrt-d9cd2ab6ef3ebe4bb7883690efeb1b8dcb4c3c65.zip
CLI.cpp -> cli.c
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
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