function declaration isn't a prototype, baby.

This commit is contained in:
Enno Rehling 2005-04-24 21:50:58 +00:00
parent 0bcac1de15
commit 649af5c16f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ extern const struct unit *ucansee(const struct faction *f, const struct unit *u,
struct summary;
extern void report_summary(struct summary * n, struct summary * o, boolean full);
extern struct summary * make_summary();
extern struct summary * make_summary(void);
int hat_in_region(item_t itm, struct region * r, struct faction * f);