libpst.so.4
libstrfunc.h
Go to the documentation of this file.
1
2
#ifndef __PST_LIBSTRFUNC_H
3
#define __PST_LIBSTRFUNC_H
4
5
#include "
common.h
"
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
char
*
pst_base64_encode
(
void
*data,
size_t
size);
12
char
*
pst_base64_encode_single
(
void
*data,
size_t
size);
13
char
*
pst_base64_encode_multiple
(
void
*data,
size_t
size,
int
*line_count);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
20
common.h
pst_base64_encode_single
char * pst_base64_encode_single(void *data, size_t size)
pst_base64_encode
char * pst_base64_encode(void *data, size_t size)
pst_base64_encode_multiple
char * pst_base64_encode_multiple(void *data, size_t size, int *line_count)
libpst
libstrfunc.h
Generated by
1.10.0