about summary refs log tree commit diff
path: root/include/shadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shadow.h')
-rw-r--r--include/shadow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shadow.h b/include/shadow.h
index 3891d79865..166f6846b2 100644
--- a/include/shadow.h
+++ b/include/shadow.h
@@ -26,6 +26,7 @@ struct parser_data;
 extern int _nss_files_parse_spent (char *line, struct spwd *result,
 				   struct parser_data *data,
 				   size_t datalen, int *errnop);
+libc_hidden_proto (_nss_files_parse_spent)
 
 #define DECLARE_NSS_PROTOTYPES(service)					\
 extern enum nss_status _nss_ ## service ## _setspent (int);		\