]> git.sesse.net Git - fjl/blobdiff - bytesource.h
Fix a warning.
[fjl] / bytesource.h
index fe1725981710746ed542d99fb473c4dd2c8c5660..4e9e307bbc138325bb2d5a181bf4d9acbf1fb5c6 100644 (file)
@@ -4,11 +4,9 @@
 #include <stdint.h>
 #include <sys/types.h>
 
-static const unsigned BYTESOURCE_CHUNK_SIZE = 4096;
+#include "input.h"
 
-// Same as input_func_t, although it expects raw bytes, ie. with markers
-// and all.
-typedef ssize_t (raw_input_func_t)(void*, uint8_t*, size_t);
+static const unsigned BYTESOURCE_CHUNK_SIZE = 4096;
 
 // A data source taking in a byte stream and returning unstuffed bytes until
 // there's a marker. When there's a marker, it artificially returns EOF until