summaryrefslogtreecommitdiff
path: root/lua/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lua.h')
-rw-r--r--lua/lua.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/lua.h b/lua/lua.h
index 39582e2e..021f0ee8 100644
--- a/lua/lua.h
+++ b/lua/lua.h
@@ -2,6 +2,12 @@
#include <lua.h>
+struct lua_filter_chunk {
+ size_t size;
+ void *chunk;
+ struct lua_filter_chunk *next;
+};
+
typedef struct lua_bird_state {
int exception;
} lua_bird_state;