From 5fc668d59ea4e70c01a101fef8625783a6a78217 Mon Sep 17 00:00:00 2001 From: dacctal Date: Wed, 24 Jun 2026 23:41:07 +0000 Subject: fixed update command, no more segfaults --- include/lua_state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/lua_state.h') diff --git a/include/lua_state.h b/include/lua_state.h index f8564b9..cfd0d5e 100644 --- a/include/lua_state.h +++ b/include/lua_state.h @@ -31,7 +31,7 @@ bool config_build(const char *path, const char *target); bool config_install(const char *path, const char *target); bool config_uninstall(const char *path, const char *target); -char* bldit_getver(void); -char* bldit_pkg_getver(void); +const char* bldit_getver(void); +const char* bldit_pkg_getver(void); #endif \ No newline at end of file -- cgit v1.2.3