Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windirstat/WDS_Lua_C.h')
-rw-r--r--windirstat/WDS_Lua_C.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/windirstat/WDS_Lua_C.h b/windirstat/WDS_Lua_C.h
index 7908885..c5d18f1 100644
--- a/windirstat/WDS_Lua_C.h
+++ b/windirstat/WDS_Lua_C.h
@@ -1,5 +1,5 @@
#ifndef __WDS_LUA_C_H_VER__
-#define __WDS_LUA_C_H_VER__ 2012121805
+#define __WDS_LUA_C_H_VER__ 2018040522
#if (defined(_MSC_VER) && (_MSC_VER >= 1020)) || defined(__MCPP)
#pragma once
#endif // Check for "#pragma once" support
@@ -37,4 +37,6 @@ extern "C"
lua_call(L, 1, 1)
#endif // lua_pushtstring_lowercase
+EXTERN_C void stackDump(lua_State *L, char* description);
+
#endif // __WDS_LUA_C_H_VER__