From 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:49:25 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- misc/tune2fs.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 misc/tune2fs.h (limited to 'misc/tune2fs.h') diff --git a/misc/tune2fs.h b/misc/tune2fs.h new file mode 100644 index 0000000..f31c832 --- /dev/null +++ b/misc/tune2fs.h @@ -0,0 +1,26 @@ +/* + * tune2fs.h - Change the file system parameters on an ext2 file system + * + * %Begin-Header% + * This file may be redistributed under the terms of the GNU Public + * License. + * %End-Header% + */ + +#ifndef _TUNE2FS_H_ +#define _TUNE2FS_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +/* Takes exactly the same args as the tune2fs executable. + * Is the entry point for libtune2fs. + */ +int tune2fs_main(int argc, char **argv); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3