/usr/include/libpst-4/libpst/libstrfunc.h is in libpst-dev 0.6.59-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #ifndef __PST_LIBSTRFUNC_H
#define __PST_LIBSTRFUNC_H
#include "common.h"
char *pst_base64_encode(void *data, size_t size);
char *pst_base64_encode_single(void *data, size_t size);
char *pst_base64_encode_multiple(void *data, size_t size, int *line_count);
#endif
|