follow-up bits

This commit is contained in:
nhmall
2021-01-27 21:04:51 -05:00
parent f963c5aca7
commit 9d93e1e52a
6 changed files with 6 additions and 35 deletions

View File

@@ -664,7 +664,7 @@ migr_booty_item(int otyp, const char* gang)
}
static void
stolen_booty(VOID_ARGS)
stolen_booty(void)
{
char *gang, gang_name[BUFSZ];
struct monst *mtmp;

View File

@@ -338,7 +338,7 @@ book_cursed(struct obj* book)
}
static int
learn(VOID_ARGS)
learn(void)
{
int i;
short booktype;

View File

@@ -144,7 +144,7 @@ thiefdead(void)
/* called via (*g.afternmv)() when hero finishes taking off armor that
was slated to be stolen but the thief died in the interim */
static int
unstolenarm(VOID_ARGS)
unstolenarm(void)
{
struct obj *obj;
@@ -161,7 +161,7 @@ unstolenarm(VOID_ARGS)
}
static int
stealarm(VOID_ARGS)
stealarm(void)
{
register struct monst *mtmp;
register struct obj *otmp;