mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o forgot 'static'
This commit is contained in:
parent
12eabe3031
commit
63408276f9
@ -23,7 +23,7 @@ static int _and_p(struct dev_filter *f, struct device *dev)
|
||||
return 1;
|
||||
}
|
||||
|
||||
void _destroy(struct dev_filter *f)
|
||||
static void _destroy(struct dev_filter *f)
|
||||
{
|
||||
struct dev_filter **filters = (struct dev_filter **) f->private;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user