diff options
Diffstat (limited to 'source3/nsswitch/winbind_client.h')
-rw-r--r-- | source3/nsswitch/winbind_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbind_client.h b/source3/nsswitch/winbind_client.h index d80aff37fa..423fa30056 100644 --- a/source3/nsswitch/winbind_client.h +++ b/source3/nsswitch/winbind_client.h @@ -15,4 +15,5 @@ int write_sock(void *buffer, int count, int recursing, int need_priv); int read_reply(struct winbindd_response *response); void close_sock(void); void free_response(struct winbindd_response *response); +const char *nss_err_str(NSS_STATUS ret); |