]> git.ipfire.org Git - thirdparty/glibc.git/commit
nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>
authorFlorian Weimer <fweimer@redhat.com>
Wed, 12 Feb 2020 14:27:37 +0000 (15:27 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 13 Feb 2020 08:14:40 +0000 (09:14 +0100)
commit499a92df8b9fc64a054cf3b7f728f8967fc1da7d
tree2ac72ff8eab1985d7162fd0fd23d18fd7375a0e5
parent8a9221415041543aa163071fa547e88138ceec9d
nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>

This macro allows to add type safety to the implementation of NSS
service modules.

Reviewed-by: DJ Delorie <dj@redhat.com>
nscd/aicache.c
nss/nss.h
sysdeps/posix/getaddrinfo.c