Statistics
| Branch: | Tag: | Revision:

root / lib / filters / whitelist-filter.h @ 4b7e2419

History | View | Annotate | Download (162 Bytes)

1
#ifndef __XFILTER_WHITELIST_H__
2
#define __XFILTER_WHITELIST_H__
3
4
#include "filter.h"
5
6
XFilter *xfilter_whitelist_new(void);
7
8
#endif /* __XFILTER_WHITELIST_H__ */