mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
14 lines
257 B
C
14 lines
257 B
C
|
/*
|
||
|
* Copyright (C) 2001 Sistina Software (UK) Limited.
|
||
|
*
|
||
|
* This file is released under the LGPL.
|
||
|
*/
|
||
|
|
||
|
#ifndef _LVM_FORMAT_TEXT_H
|
||
|
#define _LVM_FORMAT_TEXT_H
|
||
|
|
||
|
struct format_instance *text_format_create(struct cmd_context,
|
||
|
const char *dir);
|
||
|
|
||
|
#endif
|