diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-23 16:12:13 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-23 16:12:13 -0800 |
commit | 2d0d7bc61e12779a56272f82bc66044a5580e778 (patch) | |
tree | 90df38908e70c3a6048b9e2ff0831d477a47c737 /src/cli_path_utils.h | |
parent | 8938f8cf2ba00f7d7c95b96dcb02660b28c9fc74 (diff) | |
download | vyatta-cfg-2d0d7bc61e12779a56272f82bc66044a5580e778.tar.gz vyatta-cfg-2d0d7bc61e12779a56272f82bc66044a5580e778.zip |
compile commit with g++
Diffstat (limited to 'src/cli_path_utils.h')
-rw-r--r-- | src/cli_path_utils.h | 8 |
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__ */ |