On 12/12/11 3:31 AM, Igor Galić wrote:
----- 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
While we're at it, perhaps we should do https://issues.apache.org/jira/browse/TS-254 too ? And with we, I mean you.
Cheers, -- leif
