Remove extern "C" from internal headers
[lttng-tools.git] / src / common / config / ini.h
index 4522bd74ec54c54d0716ad53be03346f40779bb8..34b3654eae7b78e933aa1e3bc20287fca193f072 100644 (file)
 #define __INI_H__
 
 /* Make this header file easier to include in C++ code */
 #define __INI_H__
 
 /* Make this header file easier to include in C++ code */
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <stdio.h>
 
 typedef int (*ini_entry_handler)(void *, const char *, const char *,
 #include <stdio.h>
 
 typedef int (*ini_entry_handler)(void *, const char *, const char *,
@@ -95,8 +91,4 @@ int ini_parse_file(FILE *file, ini_entry_handler handler, void *user);
 #define INI_MAX_LINE 200
 #endif
 
 #define INI_MAX_LINE 200
 #endif
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* __INI_H__ */
 #endif /* __INI_H__ */
This page took 0.023781 seconds and 4 git commands to generate.