diff options
Diffstat (limited to 'src/passwd/nscd.h')
-rw-r--r-- | src/passwd/nscd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passwd/nscd.h b/src/passwd/nscd.h index 9a53c328..ae5aa8d5 100644 --- a/src/passwd/nscd.h +++ b/src/passwd/nscd.h @@ -39,6 +39,6 @@ #define INITGRNGRPS 2 #define INITGR_LEN 3 -FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap); +hidden FILE *__nscd_query(int32_t req, const char *key, int32_t *buf, size_t len, int *swap); #endif |