mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
15 lines
281 B
C
15 lines
281 B
C
/*
|
|
* Copyright (C) 2001 Sistina Software (UK) Limited.
|
|
*
|
|
* This file is released under the GPL.
|
|
*/
|
|
|
|
#ifndef _LVM_FILTER_COMPOSITE_H
|
|
#define _LVM_FILTER_COMPOSITE_H
|
|
|
|
#include "dev-cache.h"
|
|
|
|
struct dev_filter *composite_filter_create(int n, struct dev_filter **filters);
|
|
|
|
#endif
|