X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_maild%2Fmail_list.h;h=6d2587a20b42fa8174076d311bea8628b680df2d;hp=fde0381f54cfa8e70c4f94e333abe15d510a3028;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/os_maild/mail_list.h b/src/os_maild/mail_list.h index fde0381..6d2587a 100755 --- a/src/os_maild/mail_list.h +++ b/src/os_maild/mail_list.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/os_maild/mail_list.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. @@ -8,8 +9,8 @@ * 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();