FDECL, NDECL in outdated

This commit is contained in:
nhmall
2021-01-31 13:40:15 -05:00
parent b851b28cbe
commit 979571e09e
22 changed files with 213 additions and 213 deletions

View File

@@ -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)