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, 1 insertions, 1 deletions
diff --git a/src/CLI/report.h b/src/CLI/report.h
index 888babf3..2969b650 100644
--- a/src/CLI/report.h
+++ b/src/CLI/report.h
@@ -19,6 +19,6 @@
#define ABRT_CLI_REPORT_H
/* Reports the crash with corresponding uuid over DBus. */
-extern int report(const char *uuid, bool always);
+int report(const char *uuid, bool always);
#endif