From 05ffb2ce9f4a0cbaca05a1d46b040743d661ce25 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 11 Jun 2019 00:03:23 -0400 Subject: ... --- include/salticidae/stream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/salticidae/stream.h b/include/salticidae/stream.h index 8f0c5b4..843fba6 100644 --- a/include/salticidae/stream.h +++ b/include/salticidae/stream.h @@ -537,6 +537,8 @@ const uint8_t *datastream_get_data_inplace(datastream_t *self, size_t len); uint256_t *datastream_get_hash(const datastream_t *self); bytearray_t *bytearray_new_moved_from_datastream(datastream_t *_moved_self); +char *datastream_get_hex(datastream_t *self); + #ifdef __cplusplus } #endif -- cgit v1.2.3