summaryrefslogtreecommitdiff
path: root/src/cli_path_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_path_utils.h')
-rw-r--r--src/cli_path_utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli_path_utils.h b/src/cli_path_utils.h
index 6fcceb8..39ac990 100644
--- a/src/cli_path_utils.h
+++ b/src/cli_path_utils.h
@@ -35,6 +35,10 @@
#if !defined(__CLI_PATH_UTILS__)
#define __CLI_PATH_UTILS__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*******************
* Type definitions
*
@@ -68,4 +72,8 @@ int clind_file_exists(const char* dir,const char* file);
char *clind_unescape(const char *name);
char* clind_quote(const char* s);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __CLI_PATH_UTILS__ */