forked from aniani/vim
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
10 lines
260 B
C
10 lines
260 B
C
/* digraph.c */
|
|
int do_digraph(int c);
|
|
int get_digraph(int cmdline);
|
|
int getdigraph(int char1, int char2, int meta_char);
|
|
void putdigraph(char_u *str);
|
|
void listdigraphs(void);
|
|
char_u *keymap_init(void);
|
|
void ex_loadkeymap(exarg_T *eap);
|
|
/* vim: set ft=c : */
|