summaryrefslogtreecommitdiffhomepage
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h1
1 files changed, 1 insertions, 0 deletions
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);