Merge commit 'v2.5.1'
[ossec-hids.git] / src / config / localfile-config.h
index 2714799..821c3e2 100755 (executable)
@@ -5,7 +5,7 @@
  *
  * 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
  */
 
@@ -47,7 +47,8 @@ typedef struct _logreader
     char *logformat;
     char *djb_program_name;
     char *command;
-
+       char *alias;
+       
     void (*read)(int i, int *rc, int drop_it);
 
     FILE *fp;