A few tweaks needed to unzipfx

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-12-29 17:37:08 +00:00
parent 685e62df24
commit c3a1888750
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 8 additions and 8 deletions

View file

@ -14,6 +14,6 @@
void sfx_app_set_args(int argc, char** argv);
int sfx_app_autorun_now();
char* sfx_get_tmp_path(int withAppName);
char* sfx_get_tmp_path();
#endif // __APP_DETAILS_H__