summaryrefslogtreecommitdiff
path: root/source3/include/async_sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/async_sock.h')
-rw-r--r--source3/include/async_sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/async_sock.h b/source3/include/async_sock.h
index f0cd5fdaa4..892ffef087 100644
--- a/source3/include/async_sock.h
+++ b/source3/include/async_sock.h
@@ -24,7 +24,7 @@
ssize_t async_syscall_result_ssize_t(struct async_req *req, int *perrno);
size_t async_syscall_result_size_t(struct async_req *req, int *perrno);
-ssize_t async_syscall_result_int(struct async_req *req, int *perrno);
+int async_syscall_result_int(struct async_req *req, int *perrno);
struct async_req *async_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
int fd, const void *buffer, size_t length,