aboutsummaryrefslogtreecommitdiff
path: root/include/salticidae/stream.h
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2019-06-08 19:22:29 -0400
committerDeterminant <tederminant@gmail.com>2019-06-08 19:22:29 -0400
commit66c711cf653b082ae07e1119417dcb3461039c80 (patch)
tree4f018d84c6efc4dbaa3cf31102e26c0dd5db8b76 /include/salticidae/stream.h
parent1f5bffd006ef432a2fa12fe5baf03c7160c42f73 (diff)
major API update
Diffstat (limited to 'include/salticidae/stream.h')
-rw-r--r--include/salticidae/stream.h2
1 files changed, 1 insertions, 1 deletions
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
}