]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/sb.h
xfsprogs: Release v6.10.1
[thirdparty/xfsprogs-dev.git] / db / sb.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 sb_flds[];
8 extern const struct field sb_hfld[];
9
10 extern void sb_init(void);
11 extern int sb_logcheck(void);
12 extern int sb_size(void *obj, int startoff, int idx);