X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_maild%2Fmail_list.h;h=6d2587a20b42fa8174076d311bea8628b680df2d;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=4e62132d8b02245a7e635223e25254c259da641b;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_maild/mail_list.h b/src/os_maild/mail_list.h index 4e62132..6d2587a 100755 --- a/src/os_maild/mail_list.h +++ b/src/os_maild/mail_list.h @@ -1,15 +1,16 @@ -/* @(#) $Id: mail_list.h,v 1.6 2009/06/24 17:06:30 dcid Exp $ */ +/* @(#) $Id: ./src/os_maild/mail_list.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights 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 */ - - + + #ifndef _MAILIST__H #define _MAILIST__H @@ -26,7 +27,7 @@ typedef struct _MailNode /* Add an email to the list */ void OS_AddMailtoList(MailMsg *ml); -/* Return the last event from the Event list +/* Return the last event from the Event list * removing it from there */ MailNode *OS_PopLastMail();