FDECL, NDECL in outdated
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
#include "macpopup.h"
|
||||
#include "func_tab.h"
|
||||
|
||||
extern int NDECL(extcmd_via_menu); /* cmd.c */
|
||||
extern int extcmd_via_menu(void); /* cmd.c */
|
||||
|
||||
typedef Boolean FDECL((*key_func), (unsigned char));
|
||||
typedef Boolean (*key_func)(unsigned char);
|
||||
|
||||
int
|
||||
get_line_from_key_queue(char *bufp)
|
||||
|
||||
Reference in New Issue
Block a user