X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/293f677cbfbaae984fc3063c62d4b9afa0067520..ea0afe7c8bfd5fc02ddc2a75d55e75f4a322e456:/Plugson/src/Core/ventoy_util.h diff --git a/Plugson/src/Core/ventoy_util.h b/Plugson/src/Core/ventoy_util.h index 5866c0b..0ca1632 100644 --- a/Plugson/src/Core/ventoy_util.h +++ b/Plugson/src/Core/ventoy_util.h @@ -87,6 +87,8 @@ typedef struct SYSINFO { char buildtime[128]; int syntax_error; + int invalid_config; + int config_save_error; int language; int pathcase; @@ -197,6 +199,7 @@ extern unsigned char *g_unxz_buffer; extern int g_unxz_len; void unxz_error(char *x); int unxz_flush(void *src, unsigned int size); +char * ventoy_base64_encode(const char *data, int input_length, int *output_length); #endif /* __VENTOY_UTIL_H__ */