X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Fsyscheck-config.h;h=b380e8ba7f251c4d50d3cbb1421dfa2012c8438f;hp=816ed110c56ef57366bda8913080dd58b2b017f5;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/config/syscheck-config.h b/src/config/syscheck-config.h index 816ed11..b380e8b 100755 --- a/src/config/syscheck-config.h +++ b/src/config/syscheck-config.h @@ -1,11 +1,11 @@ -/* @(#) $Id: syscheck-config.h,v 1.20 2009/10/02 19:28:34 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 */ @@ -27,6 +27,7 @@ #define CHECK_GROUP 0000020 #define CHECK_SHA1SUM 0000040 #define CHECK_REALTIME 0000100 +#define CHECK_SEECHANGES 0000200 #include @@ -64,6 +65,7 @@ typedef struct _config void **ignore_regex; char **dir; + void **filerestrict; /* Windows only registry checking */ #ifdef WIN32 @@ -73,7 +75,7 @@ typedef struct _config FILE *reg_fp; #endif - FILE *fp; + void *fp; rtfim *realtime;