parent
b86f16ed40
commit
b21b0ff236
|
@ -11,8 +11,8 @@
|
|||
|
||||
extern "C" {
|
||||
|
||||
uint32_t base64_encode(char *to, char *from, uint32_t len);
|
||||
uint32_t base64_decode(char *to, char *from, uint32_t len);
|
||||
long base64_encode(char *to, char *from, unsigned int len);
|
||||
long base64_decode(char *to, char *from, unsigned int len);
|
||||
};
|
||||
|
||||
#endif /* BASE64_H */
|
||||
|
|
Loading…
Reference in New Issue