1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib/format1/format1.h

17 lines
273 B
C
Raw Normal View History

2001-10-05 17:59:44 +04:00
/*
* Copyright (C) 2001 Sistina Software (UK) Limited.
*
* This file is released under the GPL.
*/
2001-10-30 20:53:21 +03:00
#ifndef _LVM_FORMAT1_H
#define _LVM_FORMAT1_H
2001-10-05 17:59:44 +04:00
#include "metadata.h"
2002-11-18 17:01:16 +03:00
#ifdef LVM1_INTERNAL
struct format_type *init_lvm1_format(struct cmd_context *cmd);
#endif
2001-10-05 17:59:44 +04:00
#endif