zap.c, write.c, worn.c, worm.c nonnull returns

This commit is contained in:
nhmall
2023-12-22 13:54:51 -05:00
parent 92250aa15d
commit 34d6cf105e

View File

@@ -3724,7 +3724,7 @@ extern void zapsetup(void);
extern void zapwrapup(void);
extern void weffects(struct obj *) NONNULLARG1;
extern int spell_damage_bonus(int);
extern const char *exclam(int force);
extern const char *exclam(int force) NONNULL;
extern void hit(const char *, struct monst *, const char *) NONNULLPTRS;
extern void miss(const char *, struct monst *) NONNULLPTRS;
extern struct monst *bhit(coordxy, coordxy, int, enum bhit_call_types,
@@ -3751,7 +3751,7 @@ extern void destroy_item(int, int);
extern int destroy_mitem(struct monst *, int, int) NONNULLARG1;
extern int resist(struct monst *, char, int, int) NONNULLARG1;
extern void makewish(void);
extern const char *flash_str(int, boolean);
extern const char *flash_str(int, boolean) NONNULL;
/* ### unixmain.c, windsys.c ### */