From a9c1d5bd636c5d87a0e165361038671cead58550 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 12 Feb 2014 16:24:26 +0100 Subject: replace: Add socket_wrapper_enabled(). Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- lib/replace/replace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/replace/replace.h') diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 754ce864b9..f940898e4b 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -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 */ -- cgit