summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_netlogon.h
diff options
context:
space:
mode:
authorRichard Sharpe <rsharpe@samba.org>2015-05-09 09:49:04 -0700
committerJeremy Allison <jra@samba.org>2015-05-12 01:32:12 +0200
commit8bcdd677ce616c636c81c0fa6f077c56dc269707 (patch)
tree4184537ca5c87704af2e91c1b5b31f619f3d1306 /source3/rpc_client/cli_netlogon.h
parent1ef68eb6809fb4fd6d4981a302a86644a6ee0313 (diff)
downloadsamba-8bcdd677ce616c636c81c0fa6f077c56dc269707.tar.gz
Convert all uses of uint32/16/8 to _t in source3/rpc_client.
Signed-off-by: Richard Sharpe <rsharpe@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/rpc_client/cli_netlogon.h')
-rw-r--r--source3/rpc_client/cli_netlogon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_netlogon.h b/source3/rpc_client/cli_netlogon.h
index b04f3a2a965..d63805bce7d 100644
--- a/source3/rpc_client/cli_netlogon.h
+++ b/source3/rpc_client/cli_netlogon.h
@@ -73,7 +73,7 @@ NTSTATUS rpccli_netlogon_network_logon(struct netlogon_creds_cli_context *creds,
const char *username,
const char *domain,
const char *workstation,
- const uint8 chal[8],
+ const uint8_t chal[8],
DATA_BLOB lm_response,
DATA_BLOB nt_response,
uint8_t *authoritative,