1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

o forgot 'static'

This commit is contained in:
Joe Thornber 2001-10-22 14:40:31 +00:00
parent 12eabe3031
commit 63408276f9

View File

@ -23,7 +23,7 @@ static int _and_p(struct dev_filter *f, struct device *dev)
return 1; return 1;
} }
void _destroy(struct dev_filter *f) static void _destroy(struct dev_filter *f)
{ {
struct dev_filter **filters = (struct dev_filter **) f->private; struct dev_filter **filters = (struct dev_filter **) f->private;