conversion.h

Go to the documentation of this file.
00001 
00055 #ifndef PIS_CSCF_CONVERSION_H_
00056 #define PIS_CSCF_CONVERSION_H_
00057 
00058 int bin_to_base16(char *from,int len, char *to);
00059 int base16_to_bin(char *from,int len, char *to);
00060 
00061 int bin_to_base64(char *src,int src_len,char* ptr);
00062 int base64_to_bin(char *src,int src_len,char* ptr);
00063 
00064 #endif //PIS_CSCF_CONVERSION_H_

Generated on Thu Oct 23 04:14:39 2008 for Open IMS Core CSCFs by  doxygen 1.5.2