1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-08 09:57:55 +03:00

Fix prototype.

This commit is contained in:
Patrick Caulfield 2002-04-08 13:35:09 +00:00
parent ab053ad6c1
commit c34d34e6a0

View File

@ -21,7 +21,7 @@
#ifndef _LVM_FILTER_H
#define _LVM_FILTER_H
struct dev_filter *lvm_type_filter_create();
struct dev_filter *lvm_type_filter_create(const char *);
void lvm_type_filter_destroy(struct dev_filter *f);