X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_maild%2Fmaild.h;fp=src%2Fos_maild%2Fmaild.h;h=e11a48d61ada25831035b24c2e2bccf97aced889;hp=43a570964396d27a038361fef88c7a62acfe908b;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/os_maild/maild.h b/src/os_maild/maild.h index 43a5709..e11a48d 100755 --- a/src/os_maild/maild.h +++ b/src/os_maild/maild.h @@ -1,11 +1,11 @@ -/* @(#) $Id: maild.h,v 1.23 2009/06/24 17:06:30 dcid Exp $ */ +/* @(#) $Id$ */ /* 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. * * License details at the LICENSE file included with OSSEC or @@ -66,6 +66,7 @@ MailMsg *OS_RecvMailQ(file_queue *fileq, struct tm *p, MailConfig *mail, /* Sends an email */ int OS_Sendmail(MailConfig *mail, struct tm *p); int OS_Sendsms(MailConfig *mail, struct tm *p, MailMsg *sms_msg); +int OS_SendCustomEmail(char **to, char *subject, char *smtpserver, char *from, FILE *fp, struct tm *p); /* Mail timeout used by the file-queue */