X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcontext.hpp;h=bcf34cd2daa5543ff533867bebaf7a75e28208df;hb=HEAD;hp=324ef535e52b5e5658c144be778ae7d095ecc0dc;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/common/context.hpp b/src/common/context.hpp index 324ef535e..bcf34cd2d 100644 --- a/src/common/context.hpp +++ b/src/common/context.hpp @@ -21,7 +21,6 @@ * Returns 0 if the string is a valid application context, else a negative * value on error. */ -int parse_application_context(const char *str, char **provider_name, - char **ctx_name); +int parse_application_context(const char *str, char **provider_name, char **ctx_name); #endif /* LTTNG_COMMON_CONTEXT_H */