]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - db/flist.h
xfs_scrub: clean up error level table
[thirdparty/xfsprogs-dev.git] / db / flist.h
index 5c9fba0493ca42ccc54c10518026c1f349070d21..f07723787d50d112479c014952bdffbb9461c547 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
  * All Rights Reserved.
@@ -37,3 +38,4 @@ extern int    flist_parse(const struct field *fields, flist_t *fl, void *obj,
                            int startoff);
 extern void    flist_print(flist_t *fl);
 extern flist_t *flist_scan(char *name);
+extern flist_t *flist_find_ftyp(const field_t *fields, fldt_t  type);