From f41138949b4fb13331391cf3d7570d38f04a2ce8 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 21 Aug 2021 14:35:46 +0200 Subject: Moved buffer to own set of files --- stream.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'stream.h') diff --git a/stream.h b/stream.h index 5119fcc..92df502 100644 --- a/stream.h +++ b/stream.h @@ -2,14 +2,7 @@ #include -struct buffer -{ - char * data; - int length; - int offset; - int next; - int allocated; -}; +#include "buffer.h" struct stream { -- cgit v1.1