File: init.h

package info (click to toggle)
xfsprogs 6.1.0-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 9,412 kB
  • sloc: ansic: 132,555; sh: 4,009; makefile: 1,172; python: 316
file content (12 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
 * All Rights Reserved.
 */
#ifndef LIBXFS_INIT_H
#define LIBXFS_INIT_H

struct stat;
extern int     use_xfs_buf_lock;

#endif	/* LIBXFS_INIT_H */