aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tune2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tune2fs.h')
-rw-r--r--misc/tune2fs.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/tune2fs.h b/misc/tune2fs.h
new file mode 100644
index 00000000..897e3363
--- /dev/null
+++ b/misc/tune2fs.h
@@ -0,0 +1,13 @@
+/*
+ * 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%
+ */
+
+/* Takes exactly the same args as the tune2fs exectuable.
+ * Is the entrypoint for libtune2fs.
+ */
+int tune2fs_main(int argc, char **argv);