aboutsummaryrefslogtreecommitdiff
path: root/src/lua-nng-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua-nng-common.h')
-rw-r--r--src/lua-nng-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lua-nng-common.h b/src/lua-nng-common.h
new file mode 100644
index 0000000..a56dd8a
--- /dev/null
+++ b/src/lua-nng-common.h
@@ -0,0 +1,6 @@
+#include <lua.h>
+#include <lualib.h>
+#include <lauxlib.h>
+
+// lua runtime's traceback function
+int traceback (lua_State *L);