Use nat_reset() for POGO in files.c

Requires moving it from subs/natsub.c to common/nat.c.
This commit is contained in:
Markus Armbruster 2011-11-06 13:30:14 +01:00
parent 5fd595a59a
commit bb442abdcd
4 changed files with 47 additions and 49 deletions

View file

@ -177,8 +177,8 @@ extern void putreject(struct natstr *np, natid them, int how, int what);
extern void putcontact(struct natstr *np, natid them, int contact);
extern void agecontact(struct natstr *np);
extern int influx(struct natstr *np);
extern struct natstr *nat_reset(struct natstr *, natid, enum nat_status);
extern int check_nat_name(char *, natid);
extern int grant_btus(struct natstr *, int);