summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_client.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-11-02 18:57:05 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-11-12 09:50:25 +0100
commit1834513ebe394f4e5111665a21df652e59b3b0b6 (patch)
treeef7c6ba7f5d904d0aaceb0c55aa7c7af4cea0cb4 /nsswitch/winbind_client.h
parentf49b62b44dd5dceb537a5364b1ff107db9a7aea4 (diff)
downloadsamba-1834513ebe394f4e5111665a21df652e59b3b0b6.tar.gz
wbclient: Add wbcSetClientProcessName()
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'nsswitch/winbind_client.h')
-rw-r--r--nsswitch/winbind_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nsswitch/winbind_client.h b/nsswitch/winbind_client.h
index fd39ea39b4e..c0ee6c9391a 100644
--- a/nsswitch/winbind_client.h
+++ b/nsswitch/winbind_client.h
@@ -44,6 +44,8 @@ NSS_STATUS winbindd_priv_request_response(struct winbindd_context *ctx,
struct winbindd_request *request,
struct winbindd_response *response);
+void winbind_set_client_name(const char *name);
+
#define winbind_env_set() \
(strcmp(getenv(WINBINDD_DONT_ENV)?getenv(WINBINDD_DONT_ENV):"0","1") == 0)