X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Fconfig.h;h=83d649a47e0dd3cd79d226a07775383cf34cff7a;hb=refs%2Fheads%2Fupstream;hp=55a2dfbcb86ea36a329baea86ad1440db2e0fbe2;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/config/config.h b/src/config/config.h index 55a2dfb..83d649a 100755 --- a/src/config/config.h +++ b/src/config/config.h @@ -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);