aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 12b90a0..4b7563f 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -34,7 +34,7 @@ typedef struct t_buf_ {
34} t_buf; 34} t_buf;
35typedef t_buf *p_buf; 35typedef t_buf *p_buf;
36 36
37void buf_open(lua_State *L); 37int buf_open(lua_State *L);
38void buf_init(p_buf buf, p_io io, p_tm tm); 38void buf_init(p_buf buf, p_io io, p_tm tm);
39int buf_meth_send(lua_State *L, p_buf buf); 39int buf_meth_send(lua_State *L, p_buf buf);
40int buf_meth_receive(lua_State *L, p_buf buf); 40int buf_meth_receive(lua_State *L, p_buf buf);