replace: Add socket_wrapper_enabled().
authorAndreas Schneider <asn@samba.org>
Wed, 12 Feb 2014 15:24:26 +0000 (16:24 +0100)
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 19658748b9c38ddb714bab6c81590df6ce8626e6..adc5c1e2a390b7db31a789b562d475f9f4fe5754 100644 (file)
@@ -35,6 +35,11 @@ bool nss_wrapper_hosts_enabled(void)
        return false;
 }
 
+bool socket_wrapper_enabled(void)
+{
+       return false;
+}
+
 bool uid_wrapper_enabled(void)
 {
        return false;
index 754ce864b972633609651c20401eb345dd5593b5..f940898e4b9b796781e889b6e85c085edea67091 100644 (file)
@@ -901,6 +901,7 @@ void rep_setproctitle(const char *fmt, ...) PRINTF_ATTRIBUTE(1, 2);
 
 bool nss_wrapper_enabled(void);
 bool nss_wrapper_hosts_enabled(void);
+bool socket_wrapper_enabled(void);
 bool uid_wrapper_enabled(void);
 
 #endif /* _LIBREPLACE_REPLACE_H */