diff options
Diffstat (limited to 'source3/libsmb/clidgram.c')
-rw-r--r-- | source3/libsmb/clidgram.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index f170834fa9..4fc9243b5b 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -25,8 +25,8 @@ * cli_send_mailslot, send a mailslot for client code ... */ -BOOL cli_send_mailslot(struct messaging_context *msg_ctx, - BOOL unique, const char *mailslot, +bool cli_send_mailslot(struct messaging_context *msg_ctx, + bool unique, const char *mailslot, uint16 priority, char *buf, int len, const char *srcname, int src_type, @@ -110,7 +110,7 @@ BOOL cli_send_mailslot(struct messaging_context *msg_ctx, /* * cli_get_response: Get a response ... */ -BOOL cli_get_response(const char *mailslot, char *buf, int bufsiz) +bool cli_get_response(const char *mailslot, char *buf, int bufsiz) { struct packet_struct *p; |