mstrength prototype and preprocessor

This commit is contained in:
nhmall
2022-10-07 11:15:10 -04:00
parent 26d13f6656
commit 334fd76ab4
2 changed files with 3 additions and 1 deletions

View File

@@ -61,6 +61,8 @@ int case_insensitive_comp(const char *, const char *);
static void make_version(void);
static char *eos(char *);
int mstrength(struct permonst *);
#if 0
static char *mdlib_strsubst(char *, const char *, const char *);
#endif