From 66c711cf653b082ae07e1119417dcb3461039c80 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 8 Jun 2019 19:22:29 -0400 Subject: major API update --- include/salticidae/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/salticidae/stream.h') diff --git a/include/salticidae/stream.h b/include/salticidae/stream.h index 9b676a6..8f0c5b4 100644 --- a/include/salticidae/stream.h +++ b/include/salticidae/stream.h @@ -535,7 +535,7 @@ int64_t datastream_get_i64(datastream_t *self); const uint8_t *datastream_get_data_inplace(datastream_t *self, size_t len); uint256_t *datastream_get_hash(const datastream_t *self); -bytearray_t *datastream_to_bytearray(datastream_t *_moved_self); +bytearray_t *bytearray_new_moved_from_datastream(datastream_t *_moved_self); #ifdef __cplusplus } -- cgit v1.2.3