1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/activate/fs.h
2001-11-12 11:42:29 +00:00

16 lines
257 B
C

/*
* Copyright (C) 2001 Sistina Software (UK) Limited.
*
* This file is released under the LGPL.
*/
#ifndef _LVM_FS_H
#define _LVM_FS_H
#include "metadata.h"
int fs_add_lv(struct logical_volume *lv);
int fs_del_lv(struct logical_volume *lv);
#endif