summaryrefslogtreecommitdiffstats
path: root/tools/lvm2cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lvm2cmdline.h')
-rw-r--r--tools/lvm2cmdline.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/lvm2cmdline.h b/tools/lvm2cmdline.h
new file mode 100644
index 00000000..2fdf6284
--- /dev/null
+++ b/tools/lvm2cmdline.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2003 Sistina Software (UK) Limited.
+ *
+ * This file is released under the GPL.
+ */
+
+#ifndef _LVM_CMDLINE_H
+#define _LVM_CMDLINE_H
+
+int lvm2_main(int argc, char **argv);
+
+#endif