• Patch: Elm ME+ 2.5 PLalpha48 -> Elm ME+ 2.5 PLalpha49 [5/9] (2/5)

    From Kari Hurtta@21:1/5 to All on Thu Jan 3 16:43:16 2019
    [continued from previous message]

    static int smtp_command_response_init(I,idx)
    ! struct mailer_info_1 *I;
    int *idx;
    {
    int status = 0;
    --- 1730,1739 ----
    return status;
    }

    ! static int smtp_command_response_init P_((struct smtp_info *I,
    int *idx));
    static int smtp_command_response_init(I,idx)
    ! struct smtp_info *I;
    int *idx;
    {
    int status = 0;
    ***************
    *** 1675,1685 ****

    S_(f_smtp_command_response smtp_command_response)
    /* Returns response lines one at time and waits that all is returned */
    ! static const char * smtp_command_response P_((struct mailer_info_1 *I,
    int *idx));

    static const char * smtp_command_response(I,idx)
    ! struct mailer_info_1 *I;
    int *idx;
    {
    const char * status = NULL;
    --- 1768,1778 ----

    S_(f_smtp_command_response smtp_command_response)
    /* Returns response lines one at time and waits that all is returned */
    ! static const char * smtp_command_response P_((struct smtp_info *I,
    int *idx));

    static const char * smtp_command_response(I,idx)
    ! struct smtp_info *I;
    int *idx;
    {
    const