summaryrefslogtreecommitdiffhomepage
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/stream.h b/stream.h
index 5119fcc..92df502 100644
--- a/stream.h
+++ b/stream.h
@@ -2,14 +2,7 @@
#include <lua.h>
-struct buffer
-{
- char * data;
- int length;
- int offset;
- int next;
- int allocated;
-};
+#include "buffer.h"
struct stream
{