Merge commit 'v2.5.1'
[ossec-hids.git] / src / analysisd / lists_make.h
diff --git a/src/analysisd/lists_make.h b/src/analysisd/lists_make.h
new file mode 100644 (file)
index 0000000..4a22e4d
--- /dev/null
@@ -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);