contact: Rename getcontact() to in_contact()
The next commit will create a contact file, and the macro to get a contact entry will be named getcontact(). Rename the existing getcontact() out of the way. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
e61c332295
commit
7cc34abaca
9 changed files with 12 additions and 11 deletions
|
@ -168,7 +168,7 @@ extern char *natstate(struct natstr *np);
|
|||
extern int getrel(struct natstr *np, natid them);
|
||||
extern int relations_with(natid, natid);
|
||||
extern int getrejects(natid them, struct natstr *np);
|
||||
extern int getcontact(struct natstr *np, natid them);
|
||||
extern int in_contact(struct natstr *np, natid them);
|
||||
extern void putrel(struct natstr *np, natid them, int relate);
|
||||
extern void putreject(struct natstr *np, natid them, int how, int what);
|
||||
extern void agecontact(struct natstr *np);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue