diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-24 23:41:07 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-24 23:41:07 +0000 |
| commit | 5fc668d59ea4e70c01a101fef8625783a6a78217 (patch) | |
| tree | db04d27f6cce184ded0dcda17e001765e0072ee6 /include/lua_state.h | |
| parent | ce36dbdde5364ebb10c052c5d0aee64547e8f34f (diff) | |
fixed update command, no more segfaults1.1.3
Diffstat (limited to 'include/lua_state.h')
| -rw-r--r-- | include/lua_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
