]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/nat.c
contact: Rename getcontact() to in_contact()
[empserver] / src / lib / common / nat.c
index f5372e785c027f0438967f79be93b5a32d57b54d..ebdcef98e1c03ee06a1b79a4b415c2975940178d 100644 (file)
@@ -108,7 +108,7 @@ agecontact(struct natstr *np)
 }
 
 int
-getcontact(struct natstr *np, natid them)
+in_contact(struct natstr *np, natid them)
 {
     return np->nat_contact[them];
 }