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=036f2004dec13742dfbc194576bfbb5e9a69f402;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hpb=a4705d55c62276cb913c64832f383e27aa72668b diff --git a/src/common/context.h b/src/common/context.h index 036f2004d..f4abd8417 100644 --- a/src/common/context.h +++ b/src/common/context.h @@ -21,7 +21,6 @@ * Returns 0 if the string is a valid application context, else a negative * value on error. */ -LTTNG_HIDDEN int parse_application_context(const char *str, char **provider_name, char **ctx_name);