]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/init.h
libxfs: remove the volname concept
[thirdparty/xfsprogs-dev.git] / db / init.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 int blkbb;
8 extern int exitcode;
9 extern int expert_mode;
10 extern xfs_mount_t *mp;
11 extern libxfs_init_t x;
12 extern xfs_agnumber_t cur_agno;