From 87d97759fbe62be67ad26f55600715c0f426f542 Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 24 Feb 2021 21:30:14 +0100 Subject: Added read continuation function --- stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream.h') diff --git a/stream.h b/stream.h index efa6afa..c4bb3ef 100644 --- a/stream.h +++ b/stream.h @@ -18,3 +18,4 @@ struct stream int stream_push_new(lua_State *, const int); int stream_gc(lua_State *); int stream_read(lua_State *); +int stream_readk(lua_State *, const int, lua_KContext); -- cgit v1.1