]> git.pond.sub.org Git - empserver/commit - src/lib/common/nstreval.c
contact: Rename getcontact() to in_contact()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 23 Oct 2016 16:45:27 +0000 (18:45 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 18:09:20 +0000 (20:09 +0200)
commit7cc34abacab28821e2783ab56139d06dc8cb97bb
tree72df0fbf0eb676392f013963f83ffe5b132b4985
parente61c332295045786a83ce7fcb830cbbcecb85c65
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>
include/nat.h
src/lib/commands/decl.c
src/lib/commands/news.c
src/lib/commands/rela.c
src/lib/commands/repo.c
src/lib/common/nat.c
src/lib/common/nstreval.c
src/lib/subs/natarg.c
src/lib/update/nat.c