Imported Upstream version 2.7
[ossec-hids.git] / src / config / config.h
index 55a2dfb..83d649a 100755 (executable)
@@ -1,18 +1,19 @@
-/* @(#) $Id: config.h,v 1.14 2009/06/24 17:06:25 dcid Exp $ */
+/* @(#) $Id: ./src/config/config.h, 2011/09/08 dcid Exp $
+ */
 
 /* 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
  * online at: http://www.ossec.net/en/licensing.html
  */
 
+
 
 #ifndef _HCONFIG__H
 #define _HCONFIG__H
@@ -30,6 +31,7 @@
 #define CDBD          0002000
 #define CSYSLOGD      0004000
 #define CAGENTLESS    0020000
+#define CREPORTS      0040000
 
 #define CAGENT_CONFIG 0010000
 
@@ -54,6 +56,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);