----- Original Message -----
> Why not Expose the internal Base64 decoding like this (in InkAPI.cc):
>
> // Expose internal Base64 decoding
> tsapi char * TSbase64Decode(const char * input, int input_len, int
> *output_len){
>         return ink_base64_decode(input, input_len, output_len);
> }
>
> tsapi char * TSbase64Eecode(const char * input, int input_len, int
> *output_len){
>         return ink_base64_encode(input, input_len, output_len);
> }
>
>
> And also in the declaration file (ts.h):
>
>   // Expose internal Base64 decoding
>   tsapi char * TSbase64Decode(const char * input, int input_len, int
>   *output_len);
>   tsapi char * TSbase64Eecode(const char * input, int input_len, int
>   *output_len);

+1 for patches and Jira

> Regards,
> Yakov kopel
>
> YAKOV KOPEL
> Software Engineer
>
> SECURITY SOFTWARE WEBSENSE ISRAEL LTD.
> ph: +972.9.776.0226
> fax:
> www.websense.com
>
> Websense TRITON(tm)
> For Essential Information Protection(tm)
> Web Security | Data Security | Email Security
>
>
>
>  Protected by Websense Hosted Email Security -- www.websense.com
>

--
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: [email protected]
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE

Reply via email to