]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - db/agi.h
xfsprogs: convert to SPDX license tags
[thirdparty/xfsprogs-dev.git] / db / agi.h
CommitLineData
959ef981 1// SPDX-License-Identifier: GPL-2.0
2bd0ea18 2/*
da23017d
NS
3 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
2bd0ea18
NS
5 */
6
2bd0ea18
NS
7extern const struct field agi_flds[];
8extern const struct field agi_hfld[];
9
10extern void agi_init(void);
11extern int agi_size(void *obj, int startoff, int idx);