switch source tree from k&r to c99
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
struct ext_func_tab {
|
||||
uchar key;
|
||||
const char *ef_txt, *ef_desc;
|
||||
int NDECL((*ef_funct));
|
||||
int (*ef_funct)(void);
|
||||
int flags;
|
||||
const char *f_text;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user