]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/agfl.h
xfsprogs: Release v6.10.1
[thirdparty/xfsprogs-dev.git] / db / agfl.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6
7 extern const struct field agfl_flds[];
8 extern const struct field agfl_hfld[];
9 extern const struct field agfl_crc_flds[];
10 extern const struct field agfl_crc_hfld[];
11
12 extern void agfl_init(void);
13 extern int agfl_size(void *obj, int startoff, int idx);