Imported Upstream version 2.5.1
[ossec-hids.git] / src / config / syscheck-config.h
index 816ed11..b380e8b 100755 (executable)
@@ -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 <stdio.h>
@@ -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;