libchat6
inc
lc6_base64.h
1
#ifndef LC6_BASE64_H
2
#define LC6_BASE64_H
3
4
#include "../inc/lc6_common.h"
5
6
unsigned
char
* lc6base64_encode(
const
unsigned
char
*,
size_t
,
size_t
*);
7
unsigned
char
* lc6base64_decode(
const
unsigned
char
*,
size_t
,
size_t
*);
8
9
#endif
10
Generated by
1.8.13