From 24269930d2415d9a19e03f2cff407ef9fdf5026f Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 20 Oct 2014 04:41:49 +0200 Subject: [PATCH] Fix prototype SeqInstream_Readuint8_t --- deps/7zip/7zStream.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/7zip/7zStream.c b/deps/7zip/7zStream.c index 81c4a0fd23..101a024847 100755 --- a/deps/7zip/7zStream.c +++ b/deps/7zip/7zStream.c @@ -7,6 +7,8 @@ #include "Types.h" +SRes SeqInStream_Readuint8_t(ISeqInStream *stream, uint8_t *buf); + SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) { while (size != 0)