aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index e6d4ce8..d9ba779 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -26,9 +26,10 @@ static int sendraw(p_buf buf, const char *data, size_t count, size_t *sent);
26/*-------------------------------------------------------------------------*\ 26/*-------------------------------------------------------------------------*\
27* Initializes module 27* Initializes module
28\*-------------------------------------------------------------------------*/ 28\*-------------------------------------------------------------------------*/
29void buf_open(lua_State *L) 29int buf_open(lua_State *L)
30{ 30{
31 (void) L; 31 (void) L;
32 return 0;
32} 33}
33 34
34/*-------------------------------------------------------------------------*\ 35/*-------------------------------------------------------------------------*\