X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcontext.h;h=f4abd841726d41b1ad48fcf52d8eea9ec6b6d1f9;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=036f2004dec13742dfbc194576bfbb5e9a69f402;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git 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);