aboutsummaryrefslogtreecommitdiffstats
path: root/spaceman/init.h
blob: 4d2c48c482c2994ba12cd733ba8be1c7ff970939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2012 Red Hat, Inc.
 * All Rights Reserved.
 */
#ifndef XFS_SPACEMAN_INIT_H_
#define XFS_SPACEMAN_INIT_H_

extern char	*progname;
extern int	exitcode;

#endif /* XFS_SPACEMAN_INIT_H_ */