summaryrefslogtreecommitdiffstats
path: root/src/cli/run-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/run-command.h')
-rw-r--r--src/cli/run-command.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli/run-command.h b/src/cli/run-command.h
index 71391579..1ebb0a94 100644
--- a/src/cli/run-command.h
+++ b/src/cli/run-command.h
@@ -18,6 +18,14 @@
#ifndef ABRT_CLI_RUN_COMMAND_H
#define ABRT_CLI_RUN_COMMAND_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
int run_command(char **argv);
+#ifdef __cplusplus
+}
+#endif
+
#endif