]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - misc/tune2fs.h
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / misc / tune2fs.h
CommitLineData
273c2c5d
TT
1/*
2 * tune2fs.h - Change the file system parameters on an ext2 file system
3 *
4 * %Begin-Header%
5 * This file may be redistributed under the terms of the GNU Public
6 * License.
7 * %End-Header%
8 */
9
4ccb2366
TB
10#ifndef _TUNE2FS_H_
11#define _TUNE2FS_H_
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
055866d8
SR
17/* Takes exactly the same args as the tune2fs executable.
18 * Is the entry point for libtune2fs.
273c2c5d
TT
19 */
20int tune2fs_main(int argc, char **argv);
4ccb2366
TB
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif