Imported Upstream version 2.7
[ossec-hids.git] / src / headers / file-queue.h
index eabea60..0865a8f 100755 (executable)
@@ -1,11 +1,12 @@
-/* @(#) $Id: file-queue.h,v 1.6 2009/06/24 17:06:26 dcid Exp $ */
+/* @(#) $Id: ./src/headers/file-queue.h, 2011/09/08 dcid Exp $
+ */
 
 /* 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
  */
 
@@ -24,10 +25,10 @@ typedef struct _file_queue
     int year;
     int day;
     int flags;
-    
+
     char mon[4];
     char file_name[MAX_FQUEUE +1];
-    
+
     FILE *fp;
     struct stat f_status;
 }file_queue;