summaryrefslogtreecommitdiffhomepage
path: root/stream.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-02-24 21:20:17 +0100
committerAki <please@ignore.pl>2021-02-24 21:20:17 +0100
commit0cbe8c24b3f870d91084b3612dba8b4478b64a32 (patch)
tree38284c38206f8346272b42b2b99e0a036f5a5530 /stream.h
parentd6a54f904957d34f12361d5d8a7e515562cda3d5 (diff)
downloadplop-0cbe8c24b3f870d91084b3612dba8b4478b64a32.zip
plop-0cbe8c24b3f870d91084b3612dba8b4478b64a32.tar.gz
plop-0cbe8c24b3f870d91084b3612dba8b4478b64a32.tar.bz2
Added strub for stream read function
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 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 *);