replace: Add nss_wrapper_hosts_enabled().
authorAndreas Schneider <asn@samba.org>
Tue, 8 Apr 2014 08:07:14 +0000 (10:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Apr 2014 12:56:06 +0000 (14:56 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/replace/cwrap.c
lib/replace/replace.h

index 2488b5c2b531aaa7b70aea775abb32eedfdf8e79..19658748b9c38ddb714bab6c81590df6ce8626e6 100644 (file)
@@ -30,6 +30,11 @@ bool nss_wrapper_enabled(void)
        return false;
 }
 
+bool nss_wrapper_hosts_enabled(void)
+{
+       return false;
+}
+
 bool uid_wrapper_enabled(void)
 {
        return false;
index ae383dccc11a3d93cf9f7e76837591b50892d3e7..754ce864b972633609651c20401eb345dd5593b5 100644 (file)
@@ -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 */