forked from aniani/vim
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
4 lines
85 B
C
4 lines
85 B
C
/* gui_xmdlg.c */
|
|
char_u *gui_xm_select_font(char_u *current);
|
|
/* vim: set ft=c : */
|