diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-05-26 01:13:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:18 -0500 |
commit | 47864891ffd6309764fdc3a5227ec2e83c6f7107 (patch) | |
tree | 3e961452b1fe9543a8cf8d8456eab1270d21402d /source4/libcli/raw | |
parent | e754760d2346cb868182b479745ee60630188298 (diff) | |
download | samba-47864891ffd6309764fdc3a5227ec2e83c6f7107.tar.gz samba-47864891ffd6309764fdc3a5227ec2e83c6f7107.tar.bz2 samba-47864891ffd6309764fdc3a5227ec2e83c6f7107.zip |
r893: a few more _t conversions
(This used to be commit 66eb46dbb1486c5916194bf6b303cf16373a272a)
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r-- | source4/libcli/raw/clioplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/raw/clioplock.c b/source4/libcli/raw/clioplock.c index eacfd411a0..0cd6adb41f 100644 --- a/source4/libcli/raw/clioplock.c +++ b/source4/libcli/raw/clioplock.c @@ -50,7 +50,7 @@ BOOL cli_oplock_ack(struct cli_tree *tree, uint16_t fnum, uint16_t ack_level) set the oplock handler for a connection ****************************************************************************/ void cli_oplock_handler(struct cli_transport *transport, - BOOL (*handler)(struct cli_transport *, uint16, uint16, uint8, void *), + BOOL (*handler)(struct cli_transport *, uint16_t, uint16_t, uint8_t, void *), void *private) { transport->oplock.handler = handler; |