X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Flists_make.h;fp=src%2Fanalysisd%2Flists_make.h;h=4a22e4dedc98d85125353ebf3894279c6e065c1d;hp=0000000000000000000000000000000000000000;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/analysisd/lists_make.h b/src/analysisd/lists_make.h new file mode 100644 index 0000000..4a22e4d --- /dev/null +++ b/src/analysisd/lists_make.h @@ -0,0 +1,15 @@ +/* @(#) $Id$ */ + +/* Copyright (C) 2009 Trend Micro Inc. + * All right reserved. + * + * This program is a free software; you can redistribute it + * and/or modify it under the terms of the GNU General Public + * License (version 3) as published by the FSF - Free Software + * Foundation + */ + + +void makelist_help(const char *prog); +void Lists_OP_MakeCDB(char *txt_filename, char *cdb_filename, int force); +void Lists_OP_MakeAll(int force);