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