1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-25 10:04:17 +03:00

Fix prototype.

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

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);