Imported Upstream version 2.5.1
[ossec-hids.git] / src / analysisd / lists_make.h
1 /* @(#) $Id$ */
2
3 /* Copyright (C) 2009 Trend Micro Inc.
4  * All right reserved.
5  *
6  * This program is a free software; you can redistribute it
7  * and/or modify it under the terms of the GNU General Public
8  * License (version 3) as published by the FSF - Free Software
9  * Foundation
10  */
11
12
13 void makelist_help(const char *prog);
14 void Lists_OP_MakeCDB(char *txt_filename, char *cdb_filename, int force);
15 void Lists_OP_MakeAll(int force);