1
0
forked from aniani/vim
Files
vim/src/proto/gui_xmdlg.pro
Bram Moolenaar ef26954a35 patch 7.4.1133
Problem:    Generated function prototypes still have __ARGS().
Solution:   Generate function prototypes without __ARGS().
2016-01-19 13:22:12 +01:00

4 lines
85 B
C

/* gui_xmdlg.c */
char_u *gui_xm_select_font(char_u *current);
/* vim: set ft=c : */