X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/d1584c10b4fbfe23eda94b4fcedc6352990f23f8..ce76fd56497e2c05a06dae7be2f2200e1276dca6:/Plugson/src/Core/ventoy_util.h diff --git a/Plugson/src/Core/ventoy_util.h b/Plugson/src/Core/ventoy_util.h index 7eadfc0..0ca1632 100644 --- a/Plugson/src/Core/ventoy_util.h +++ b/Plugson/src/Core/ventoy_util.h @@ -199,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__ */