new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / analysisd / lists_make.h
1 /* Copyright (C) 2009 Trend Micro Inc.
2  * All right reserved.
3  *
4  * This program is a free software; you can redistribute it
5  * and/or modify it under the terms of the GNU General Public
6  * License (version 3) as published by the FSF - Free Software
7  * Foundation
8  */
9
10 #ifndef __LISTSMAKE_H
11 #define __LISTSMAKE_H
12
13 void Lists_OP_MakeCDB(const char *txt_filename, const char *cdb_filename, int force);
14 void Lists_OP_MakeAll(int force);
15
16 #endif /* __LISTSMAKE_H */
17