nonnull for some static functions during recent analysis

This commit is contained in:
nhmall
2023-12-16 10:51:59 -05:00
parent 516d428c40
commit c5a5b55c15
14 changed files with 36 additions and 32 deletions

View File

@@ -8,9 +8,9 @@
static boolean no_bones_level(d_level *);
static void goodfruit(int);
static void resetobjs(struct obj *, boolean);
static void give_to_nearby_mon(struct obj *, coordxy, coordxy);
static boolean fixuporacle(struct monst *);
static void remove_mon_from_bones(struct monst *);
static void give_to_nearby_mon(struct obj *, coordxy, coordxy) NONNULLARG1;
static boolean fixuporacle(struct monst *) NONNULLARG1;
static void remove_mon_from_bones(struct monst *) NONNULLARG1;
static void set_ghostly_objlist(struct obj *objchain);
static boolean