The following commit has been merged in the master branch:
commit 7ede3fa17f1ba419e4b5febd36ccdc3af38f92bc
Author: Benjamin Kaduk <[email protected]>
Date: Sun Sep 2 17:03:38 2018 -0500
ptserver: move IDToName, NameToID to ptprocs.c and make static
These two helpers are only used in implementing server-side RPC handlers,
and having to track the codeflow across files is unhelpful. Move them
into the file where they're used, make them static, and remove the
prototypes from ptrototypes.h (which is not an installed header, so
there is no API/ABI breakage).
Change-Id: I236d17865a296933f41aaee206535d341c3a955d
Reviewed-on: https://gerrit.openafs.org/13319
Reviewed-by: Michael Meffie <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
Tested-by: BuildBot <[email protected]>
src/ptserver/ptprocs.c | 34 ++++++++++++++++++++++++++++++++++
src/ptserver/ptprototypes.h | 4 ----
src/ptserver/utils.c | 30 ------------------------------
3 files changed, 34 insertions(+), 34 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs