X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.h;fp=src%2Fcommon%2Futils.h;h=a3250639becd448d38a10e61ef47287709256204;hp=52dcd01facc1144d3216132248c4925bfa63af58;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hpb=a4705d55c62276cb913c64832f383e27aa72668b diff --git a/src/common/utils.h b/src/common/utils.h index 52dcd01fa..a3250639b 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -65,7 +65,6 @@ enum lttng_error_code utils_group_id_from_name( * - `str` is zero length * - `str` contains invalid */ -LTTNG_HIDDEN int utils_parse_unsigned_long_long(const char *str, unsigned long long *value);