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
10/* Takes exactly the same args as the tune2fs exectuable.
11 * Is the entrypoint for libtune2fs.
12 */
13int tune2fs_main(int argc, char **argv);
14