mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
replace: Add socket_wrapper_enabled().
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
5de011be3f
commit
a9c1d5bd63
@ -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;
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user