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