From 0f3b3ed832db7062c805e82a9605b777595e340c Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 7 Jun 2019 22:35:27 -0400 Subject: ... --- 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 95c2ccb..9b676a6 100644 --- a/include/salticidae/stream.h +++ b/include/salticidae/stream.h @@ -506,7 +506,7 @@ datastream_t *datastream_new_from_bytes(const uint8_t *begin, const uint8_t *end void datastream_free(const datastream_t *self); void datastream_assign_by_copy(datastream_t *dst, const datastream_t *src); -void datastream_assign_by_move(datastream_t *dst, datastream_t *src); +void datastream_assign_by_move(datastream_t *dst, datastream_t *_moved_src); uint8_t *datastream_data(datastream_t *self); void datastream_clear(datastream_t *self); size_t datastream_size(const datastream_t *self); -- cgit v1.2.3