]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/debug.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / db / debug.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 #define DEBUG_FLIST 0x1
8
9 extern long debug_state;
10 extern void debug_init(void);