summaryrefslogtreecommitdiffstats
path: root/tools/lvm2cmdline.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-03-26 12:00:24 +0000
committerAlasdair Kergon <agk@redhat.com>2004-03-26 12:00:24 +0000
commit7fa2d1a0926c574f47ac1f8230af9cb0e6ad036c (patch)
treece715aea898390a3ecc540fb832ad3209af06610 /tools/lvm2cmdline.h
parente56ff0333d7e00272b7f98bed477c23103e4e007 (diff)
downloadlvm2-7fa2d1a0926c574f47ac1f8230af9cb0e6ad036c.tar.gz
lvm2-7fa2d1a0926c574f47ac1f8230af9cb0e6ad036c.tar.xz
lvm2-7fa2d1a0926c574f47ac1f8230af9cb0e6ad036c.zip
Move main() into separate file.
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