1- void macvim_early_init();
1+ void macvim_early_init(void );
22void gui_mch_prepare(int *argc , char **argv );
3- void gui_macvim_after_fork_init();
3+ void gui_macvim_after_fork_init(void );
44int gui_mch_init_check(void );
55int gui_mch_init(void );
66void gui_mch_exit(int rc );
@@ -35,6 +35,7 @@ void gui_mch_draw_menubar(void);
3535void gui_mch_enable_menu(int flag );
3636void gui_mch_show_toolbar(int showit );
3737void gui_mch_free_font(GuiFont font );
38+ GuiFont gui_mch_retain_font(GuiFont font );
3839GuiFont gui_mch_get_font(char_u *name , int giveErrorIfMissing );
3940char_u *gui_mch_get_fontname(GuiFont font , char_u *name );
4041int gui_mch_init_font(char_u *font_name , int fontset );
@@ -72,7 +73,7 @@ int gui_mch_get_scrollbar_xpadding(void);
7273int gui_mch_get_scrollbar_ypadding(void );
7374void gui_mch_set_scrollbar_thumb(scrollbar_T *sb , long val , long size , long max );
7475void gui_mch_set_shellsize(int width , int height , int min_width , int min_height , int base_width , int base_height , int direction );
75- void gui_mch_resize_view();
76+ void gui_mch_resize_view(void );
7677void gui_mch_set_sp_color(guicolor_T color );
7778void gui_mch_set_text_area_pos(int x , int y , int w , int h );
7879void gui_mch_set_winpos(int x , int y );
@@ -83,7 +84,7 @@ void gui_mch_start_blink(void);
8384void gui_mch_stop_blink(int may_call_gui_update_cursor );
8485void gui_mch_toggle_tearoffs(int enable );
8586void mch_set_mouse_shape(int shape );
86- void gui_mch_def_colors();
87+ void gui_mch_def_colors(void );
8788void ex_macaction(exarg_T *eap );
8889void gui_make_popup(char_u *path_name , int mouse_pos );
8990
@@ -99,7 +100,7 @@ void gui_mch_enter_fullscreen(guicolor_T bg);
99100void gui_mch_leave_fullscreen(void );
100101void gui_mch_fuopt_update(void );
101102
102- void gui_macvim_update_modified_flag();
103+ void gui_macvim_update_modified_flag(void );
103104void gui_macvim_add_to_find_pboard(char_u *pat );
104105void gui_macvim_set_antialias(int antialias );
105106void gui_macvim_set_ligatures(int ligatures );
@@ -115,7 +116,7 @@ void odb_end(void);
115116char_u *get_macaction_name(expand_T *xp , int idx );
116117int is_valid_macaction(char_u *action );
117118
118- void gui_macvim_wait_for_startup();
119+ void gui_macvim_wait_for_startup(void );
119120void gui_macvim_get_window_layout(int *count , int *layout );
120121
121122void gui_mch_find_dialog(exarg_T *eap );
@@ -132,7 +133,7 @@ void *gui_mch_register_sign(char_u *signfile);
132133
133134void gui_mch_destroy_sign(void *sign );
134135
135- void *gui_macvim_new_autoreleasepool();
136+ void *gui_macvim_new_autoreleasepool(void );
136137void gui_macvim_release_autoreleasepool(void *pool );
137138
138139void f_showdefinition(typval_T *argvars , typval_T *rettv );
0 commit comments