From: Karel Zak Date: Wed, 8 Jul 2026 10:29:30 +0000 (+0200) Subject: libmount: add Since tag to mnt_table_parse_utab() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0387f8daf2386bf78f0f80ac37a3026c30756c4;p=thirdparty%2Futil-linux.git libmount: add Since tag to mnt_table_parse_utab() Signed-off-by: Karel Zak --- diff --git a/libmount/src/tab_parse.c b/libmount/src/tab_parse.c index 99d440cf8..ddbdebf1c 100644 --- a/libmount/src/tab_parse.c +++ b/libmount/src/tab_parse.c @@ -1166,6 +1166,8 @@ int mnt_table_parse_swaps(struct libmnt_table *tb, const char *filename) * use NULL as @filename to let the library determine the correct path. * * Returns: 0 on success or negative number in case of error. + * + * Since: 2.43 */ int mnt_table_parse_utab(struct libmnt_table *tb, const char *filename) {