Imported Upstream version 2.7
[ossec-hids.git] / src / headers / file-queue.h
index b3f85e4..0865a8f 100755 (executable)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/headers/file-queue.h, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
@@ -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;