]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - spaceman/init.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / spaceman / init.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2012 Red Hat, Inc.
4 * All Rights Reserved.
5 */
6 #ifndef XFS_SPACEMAN_INIT_H_
7 #define XFS_SPACEMAN_INIT_H_
8
9 extern char *progname;
10 extern int exitcode;
11
12 #endif /* XFS_SPACEMAN_INIT_H_ */