summaryrefslogtreecommitdiff
path: root/lib/format1/lvm1-label.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/format1/lvm1-label.h')
-rw-r--r--lib/format1/lvm1-label.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/format1/lvm1-label.h b/lib/format1/lvm1-label.h
new file mode 100644
index 000000000..f563b795c
--- /dev/null
+++ b/lib/format1/lvm1-label.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2002 Sistina Software (UK) Limited.
+ *
+ * This file is released under the LGPL.
+ */
+
+#ifndef _LVM_LVM1_LABEL_H
+#define _LVM_LVM1_LABEL_H
+
+#include "metadata.h"
+
+struct labeller *lvm1_labeller_create(struct format_type *fmt);
+
+#endif