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=7acc2acf45106da33660d33cefe764b9a699cf45;hp=83d649a47e0dd3cd79d226a07775383cf34cff7a;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/config/config.h b/src/config/config.h old mode 100755 new mode 100644 index 83d649a..7acc2ac --- a/src/config/config.h +++ b/src/config/config.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/config/config.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -8,13 +5,8 @@ * and/or modify it under the terms of the GNU General Public * 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 @@ -37,9 +29,8 @@ #include "os_xml/os_xml.h" - /* Main function to read the config */ -int ReadConfig(int modules, char *cfgfile, void *d1, void *d2); +int ReadConfig(int modules, const char *cfgfile, void *d1, void *d2); int Read_Global(XML_NODE node, void *d1, void *d2); int Read_GlobalSK(XML_NODE node, void *configp, void *mailp); @@ -57,14 +48,5 @@ 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); - - -/* General config, for passing blobs of data. */ -typedef struct _GeneralConfig -{ - void *data; -}GeneralConfig; - -#endif +#endif /* _HCONFIG__H */