• Patch: Elm ME+ 2.5 PLalpha50 -> Elm ME+ 2.5 PLalpha51 [1/6] (3/5)

    From Kari Hurtta@21:1/5 to All on Tue Feb 11 20:02:55 2020
    [continued from previous message]

    struct string ** anon_passwd, /* prompt for 'anon password' */
    int port,
    ! int default_port));

    /* src/extended.c */

    --- 2865,2872 ----
    const struct string * host,
    struct string ** anon_passwd, /* prompt for 'anon password' */
    int port,
    ! int default_port,
    ! int * ret_letter /* returns '\0' or EOF */));

    /* src/extended.c */

    ***************
    *** 2906,2911 ****
    --- 2964,2973 ----
    extern struct elm_commands *give_preview_commands P_((void)); /* increment refcount */
    extern struct elm_commands *give_checkfrom_commands P_((void)); /* increment refcount */

    + /* src/command/quota_dispcmd.c */
    +
    + extern struct elm_commands *give_quotadisp_commands P_((void)); /* increment refcount */
    +
    /* src/command/view_foldercmd.c */

    extern struct elm_commands *give_snd_view_folder_commands P_((void)); /* increment refcount */
    ***************
    *** 2991,2997 ****
    --- 3053,3082 ----
    /* increment refcount -- does not touch original */


    + /* src/quotadisp.c ----------------------------------------------------- */

    + /* Increments refcount */
    + extern struct quota_disp