Patch: Elm ME+ 2.5 PLalpha48 -> Elm ME+ 2.5 PLalpha49 [7/9] (5/5)
From
Kari Hurtta@21:1/5 to
All on Thu Jan 3 16:44:26 2019
[continued from previous message]
! extern void mc_screen_print_alias_line P_((union mcommon_union *u,int idx,
! struct menu_context *page));
! extern void mc_screen_print_mbx_line P_((union mcommon_union *u,int idx,
! struct menu_context *page));
extern const struct string * mc_give_item_alias P_((enum mcommon_item I));
extern const struct string * mc_give_item_mbx P_((enum mcommon_item I));
--- 170,210 ----
struct menu_context *page,
struct screen_parts *LOC));
! extern void mc_screen_print_alias_line P_((union mcommon_union * u,
! int idx,
! struct menu_context * page,
! struct menu_param * list));
! extern void mc_screen_print_mbx_line P_((union mcommon_union * u,
! int idx,
! struct menu_context * page,
! struct menu_param * list));
!
! extern void mc_screen_print_alias_sepline P_((union mcommon_union * u,
! int idx,
! struct menu_context * page,
! struct menu_param * list));
! extern void mc_screen_print_mbx_sepline P_((union mcommon_union * u,
! int idx,
! struct menu_context * page,
! struct menu_param * list));
!
! extern int mc_screen_setup_alias_init P_((union mcommon_union * u,
! struct menu_context * page,
! struct menu_param * list));
! ext