X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Ffile-queue.h;h=0865a8fd20abb825b265816aa4bfc2752be7eac2;hp=eabea60b731218e895e4cdcdaed8d8feca921de2;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/headers/file-queue.h b/src/headers/file-queue.h index eabea60..0865a8f 100755 --- a/src/headers/file-queue.h +++ b/src/headers/file-queue.h @@ -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;