summaryrefslogtreecommitdiff
path: root/source3/include/messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/messages.h')
-rw-r--r--source3/include/messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/messages.h b/source3/include/messages.h
index 12fc439969..cefa2793fd 100644
--- a/source3/include/messages.h
+++ b/source3/include/messages.h
@@ -136,7 +136,7 @@ NTSTATUS messaging_send(struct messaging_context *msg_ctx,
NTSTATUS messaging_send_buf(struct messaging_context *msg_ctx,
struct server_id server, uint32_t msg_type,
- const uint8 *buf, size_t len);
+ const uint8_t *buf, size_t len);
void messaging_dispatch_rec(struct messaging_context *msg_ctx,
struct messaging_rec *rec);