novi upstream verzije 2.8.3
[ossec-hids.git] / src / os_maild / maild.h
index efa09fd..ed0a0a8 100755 (executable)
@@ -77,7 +77,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);
+int OS_SendCustomEmail(char **to, char *subject, char *smtpserver, char *from, char *idsname, FILE *fp, struct tm *p);
 
 
 /* Mail timeout used by the file-queue */