Add missing prototypes for static functions to avoid warnings.

This commit is contained in:
nhkeni
2024-02-29 10:49:53 -05:00
parent 356875ea20
commit acf60063d5
21 changed files with 45 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
static int wiz_display_macros(void);
static int wiz_mon_diff(void);
#endif
static int wiz_load_splua(void);
static int wiz_telekinesis(void);
#ifdef DUMB /* stuff commented out in extern.h, but needed here */
extern int doapply(void); /**/