Imported Upstream version 2.5.1
[ossec-hids.git] / src / config / config.h
index 55a2dfb..af1eb7e 100755 (executable)
@@ -1,11 +1,11 @@
-/* @(#) $Id: config.h,v 1.14 2009/06/24 17:06:25 dcid Exp $ */
+/* @(#) $Id$ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights 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
+ * License (version 2) as published by the FSF - Free Software
  * Foundation
  *
  * License details at the LICENSE file included with OSSEC or
@@ -30,6 +30,7 @@
 #define CDBD          0002000
 #define CSYSLOGD      0004000
 #define CAGENTLESS    0020000
+#define CREPORTS      0040000 
 
 #define CAGENT_CONFIG 0010000
 
@@ -54,6 +55,7 @@ int Read_Remote(XML_NODE node, void *d1, void *d2);
 int Read_Client(XML_NODE node, void *d1, void *d2);
 int ReadActiveResponses(XML_NODE node, void *d1, void *d2);
 int ReadActiveCommands(XML_NODE node, void *d1, void *d2);
+int Read_CReports(XML_NODE node, void *config1, void *config2);
 void AssignIgnore_Global(char **ignores, void *configp);