Remove extern "C" from internal headers
[lttng-tools.git] / src / common / context.h
index b6755addacb4453325aa2b122587677fe9d40638..f4abd841726d41b1ad48fcf52d8eea9ec6b6d1f9 100644 (file)
 
 #include <common/macros.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
  * Parse string as an application context of the form
  * "$app.provider_name:context_name" and return the provider name and context
@@ -28,8 +24,4 @@ extern "C" {
 int parse_application_context(const char *str, char **provider_name,
                char **ctx_name);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_COMMON_CONTEXT_H */
This page took 0.023575 seconds and 4 git commands to generate.