r893: a few more _t conversions
[gd/samba-autobuild/.git] / source / libcli / raw / clioplock.c
index eacfd411a015e56f7f22b66b93a080787d62b24a..0cd6adb41f4bf08c3e8f2447afc220ec543a46ca 100644 (file)
@@ -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;