assess worn.c static functions for nonnull

This commit is contained in:
nhmall
2023-12-22 13:10:39 -05:00
parent 2542f9bada
commit 741d2929b4
+4 -4
View File
@@ -5,10 +5,10 @@
#include "hack.h" #include "hack.h"
static void m_lose_armor(struct monst *, struct obj *, boolean); static void m_lose_armor(struct monst *, struct obj *, boolean) NONNULLPTRS;
static void clear_bypass(struct obj *); static void clear_bypass(struct obj *) NO_NNARGS;
static void m_dowear_type(struct monst *, long, boolean, boolean); static void m_dowear_type(struct monst *, long, boolean, boolean) NONNULLARG1;
static int extra_pref(struct monst *, struct obj *); static int extra_pref(struct monst *, struct obj *) NONNULLARG1;
const struct worn { const struct worn {
long w_mask; long w_mask;