summary refs log tree commit diff
path: root/nss/nss_db/nss_db.h
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-02-12 11:47:26 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-02-13 09:14:51 +0100
commit7e3987ab54ffc66477af50d461d7ddfd5b4a8813 (patch)
tree442cdf0b1aeeb2baae474ea21644a971ed129601 /nss/nss_db/nss_db.h
parentff104359639db9748abf4690febc07e9d917b11f (diff)
downloadglibc-7e3987ab54ffc66477af50d461d7ddfd5b4a8813.tar.gz
glibc-7e3987ab54ffc66477af50d461d7ddfd5b4a8813.tar.xz
glibc-7e3987ab54ffc66477af50d461d7ddfd5b4a8813.zip
nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'nss/nss_db/nss_db.h')
-rw-r--r--nss/nss_db/nss_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/nss_db/nss_db.h b/nss/nss_db/nss_db.h
index 24942f5ec9..e354909c58 100644
--- a/nss/nss_db/nss_db.h
+++ b/nss/nss_db/nss_db.h
@@ -23,6 +23,7 @@
 #include <stdint.h>
 #include <libc-lock.h>
 
+NSS_DECLARE_MODULE_FUNCTIONS (db)
 
 /* String table index type.  */
 typedef uint32_t stridx_t;