]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: add Since tag to mnt_table_parse_utab()
authorKarel Zak <kzak@redhat.com>
Wed, 8 Jul 2026 10:29:30 +0000 (12:29 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jul 2026 10:29:30 +0000 (12:29 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/tab_parse.c

index 99d440cf844efc58b34f20ef1a8c6f5aa6f12b0f..ddbdebf1caaaaace2363f093a2737953c055b0ed 100644 (file)
@@ -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)
 {