]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/agf.h
xfsprogs: Release v6.10.1
[thirdparty/xfsprogs-dev.git] / db / agf.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 agf_flds[];
8 extern const struct field agf_hfld[];
9
10 extern void agf_init(void);
11 extern int agf_size(void *obj, int startoff, int idx);