reject: Change nat_accepts()'s first parameter to natid
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
eaa678c903
commit
e5db45058d
8 changed files with 13 additions and 15 deletions
|
@ -199,7 +199,7 @@ extern char *relatename(struct natstr *np, natid other);
|
|||
extern char *natstate(struct natstr *np);
|
||||
extern int getrel(struct natstr *np, natid them);
|
||||
extern int relations_with(natid, natid);
|
||||
extern int nat_accepts(struct natstr *, natid, enum rej_comm);
|
||||
extern int nat_accepts(natid, natid, enum rej_comm);
|
||||
extern int in_contact(natid, natid);
|
||||
extern void putrel(struct natstr *np, natid them, int relate);
|
||||
extern void agecontact(struct natstr *np);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue