tweak PR #925 - don't expose shop bill details

Avoid use of 'struct bill_x' outside of shk.c.
This commit is contained in:
PatR
2022-11-19 00:38:20 -08:00
parent fa0b2b7e94
commit 546930e05e
3 changed files with 18 additions and 5 deletions

View File

@@ -2481,7 +2481,7 @@ extern void shopper_financial_report(void);
extern int inhishop(struct monst *);
extern struct monst *shop_keeper(char);
extern boolean tended_shop(struct mkroom *);
struct bill_x *onbill(struct obj *, struct monst *, boolean);
extern boolean onshopbill(struct obj *, struct monst *, boolean);
extern boolean is_unpaid(struct obj *);
extern void delete_contents(struct obj *);
extern void obfree(struct obj *, struct obj *);