X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Fglobal-config.h;fp=src%2Fconfig%2Fglobal-config.h;h=57dcf6b4fd64e7411fc5ce8aed86837b9efb01be;hp=b8fcbbc8b4265a446837029d791cced8fcabbe0e;hb=a62b46c229549212d536867b7e5e24d7576ebe8b;hpb=d623b82886b9b5fbba3fa27c3bfac51f3f8af108 diff --git a/src/config/global-config.h b/src/config/global-config.h index b8fcbbc..57dcf6b 100755 --- a/src/config/global-config.h +++ b/src/config/global-config.h @@ -1,11 +1,11 @@ -/* @(#) $Id: global-config.h,v 1.16 2009/06/24 17:06:25 dcid Exp $ */ +/* @(#) $Id$ */ /* Copyright (C) 2009 Trend Micro Inc. * All right 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 */ @@ -65,6 +65,12 @@ typedef struct __Config /* List of rules */ char **includes; + /* List of Lists */ + char **lists; + + /* List of decoders */ + char **decoders; + /* Global rule hash. */ void *g_rules_hash;