Imported Upstream version 2.7
[ossec-hids.git] / src / os_maild / mail_list.h
index fde0381..6d2587a 100755 (executable)
@@ -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();