Imported Upstream version 2.5.1
[ossec-hids.git] / src / config / global-config.h
index b8fcbbc..57dcf6b 100755 (executable)
@@ -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;