summaryrefslogtreecommitdiff
path: root/extra/mariabackup/xbstream.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2019-01-14 22:28:23 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2019-01-15 14:15:04 +0100
commita8a27e65a8d2f7284b1a4e8c45d0f6759b97a79f (patch)
treebb159f5d5fdfc8b29ca62524b97b7e0eee6e1124 /extra/mariabackup/xbstream.h
parent61b600079b1e5d9b6cb11645f66e37bc95393eab (diff)
downloadmariadb-git-a8a27e65a8d2f7284b1a4e8c45d0f6759b97a79f.tar.gz
MDEV-18212 mariabackup: Make output format uniform whenever possible
Diffstat (limited to 'extra/mariabackup/xbstream.h')
-rw-r--r--extra/mariabackup/xbstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/xbstream.h b/extra/mariabackup/xbstream.h
index 08b017ca5ce..5ee909d0a8e 100644
--- a/extra/mariabackup/xbstream.h
+++ b/extra/mariabackup/xbstream.h
@@ -101,6 +101,6 @@ xb_rstream_result_t xb_stream_read_chunk(xb_rstream_t *stream,
int xb_stream_read_done(xb_rstream_t *stream);
-int xb_stream_validate_checksum(xb_rstream_chunk_t *chunk);
+xb_rstream_result_t xb_stream_validate_checksum(xb_rstream_chunk_t *chunk);
#endif