diff options
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r-- | lib/replace/replace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h index ae383dccc1..754ce864b9 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -900,6 +900,7 @@ void rep_setproctitle(const char *fmt, ...) PRINTF_ATTRIBUTE(1, 2); #endif bool nss_wrapper_enabled(void); +bool nss_wrapper_hosts_enabled(void); bool uid_wrapper_enabled(void); #endif /* _LIBREPLACE_REPLACE_H */ |