--- gvpe/src/util.h 2003/04/02 05:15:00 1.6 +++ gvpe/src/util.h 2003/04/07 01:12:56 1.7 @@ -120,5 +120,9 @@ // run a shell script (or actually an external program). void run_script (const run_script_cb &cb, bool wait); +#if ENABLE_HTTP_PROXY +u8 *base64_encode (const u8 *data, unsigned int len); +#endif + #endif