From 0cbe8c24b3f870d91084b3612dba8b4478b64a32 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 24 Feb 2021 21:20:17 +0100 Subject: Added strub for stream read function --- stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream.h') diff --git a/stream.h b/stream.h index f38b6ef..efa6afa 100644 --- a/stream.h +++ b/stream.h @@ -17,3 +17,4 @@ struct stream int stream_push_new(lua_State *, const int); int stream_gc(lua_State *); +int stream_read(lua_State *); -- cgit v1.1