X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcontext.h;fp=src%2Fcommon%2Fcontext.h;h=f4abd841726d41b1ad48fcf52d8eea9ec6b6d1f9;hp=b6755addacb4453325aa2b122587677fe9d40638;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/context.h b/src/common/context.h index b6755adda..f4abd8417 100644 --- a/src/common/context.h +++ b/src/common/context.h @@ -10,10 +10,6 @@ #include -#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 */