summaryrefslogtreecommitdiffstats
path: root/nse_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'nse_debug.h')
-rw-r--r--nse_debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/nse_debug.h b/nse_debug.h
new file mode 100644
index 0000000..c425045
--- /dev/null
+++ b/nse_debug.h
@@ -0,0 +1,9 @@
+#ifndef NSE_DEBUG
+#define NSE_DEBUG
+
+void value_dump(lua_State *L, int i, int depth_limit);
+void stack_dump(lua_State *L);
+void lua_state_dump(lua_State *L);
+
+#endif
+