[continued from previous message]
! typedef int smtp_ext_handler P_((struct mailer_info_1 *mailer_info,
char * ext,
char * ext_args,
size_t mailer_info_size,
--- 50,56 ----
size_t sc_size,
enum CAPA_phase *phase));
! typedef int smtp_ext_handler P_((struct smtp_info *mailer_info,
char * ext,
char * ext_args,
size_t mailer_info_size,
Index: elmME+.2.5.alpha49-cvs/shared_libs/include/shared_smtp.h
*** elmME+.2.5.alpha48/shared_libs/include/shared_smtp.h Wed Sep 13 19:32:05 2017
--- elmME+.2.5.alpha49-cvs/shared_libs/include/shared_smtp.h Sat Dec 1 10:19:45 2018
***************
*** 1,7 ****
! /* $Id: shared_smtp.h,v 2.7 2017/08/28 11:50:52 hurtta Exp $ */
/******************************************************************************
! * The Elm (ME+) Mail System - $Revision: 2.7 $ $State: Exp $
*
* Author: Kari Hurtta <
hurtta+elm@siilo.FMI.FI>
* or Kari Hurtta <
elm@elmme-mailer.org>
--- 1,7 ----
! /* $Id: shared_smtp.h,v 2.8 2018/12/01 08:19:45 hurtta Exp $ */
/******************************************************************************
! * The Elm (ME+) Mail System -