]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libxfs/init.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / init.h
CommitLineData
959ef981 1// SPDX-License-Identifier: GPL-2.0
2bd0ea18 2/*
b74a1f6a 3 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
da23017d 4 * All Rights Reserved.
2bd0ea18 5 */
9440d84d
NS
6#ifndef LIBXFS_INIT_H
7#define LIBXFS_INIT_H
2bd0ea18 8
f594a0d1 9struct stat;
28e36fcc 10extern int use_xfs_buf_lock;
9440d84d 11
9440d84d 12#endif /* LIBXFS_INIT_H */