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

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/premake.h')
-rwxr-xr-xsrc/host/premake.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/premake.h b/src/host/premake.h
index ef7d3fc..bd1c1dd 100755
--- a/src/host/premake.h
+++ b/src/host/premake.h
@@ -79,6 +79,9 @@ int os_pathsearch(lua_State* L);
int os_rmdir(lua_State* L);
int os_stat(lua_State* L);
int os_uuid(lua_State* L);
+#ifdef USE_KECCAK
+int os_str2uuid(lua_State* L);
+#endif
int string_endswith(lua_State* L);