Mercurial > libpst
comparison src/libstrfunc.h @ 182:b65e8d0a088a
more cleanup on external names in the shared object file
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 13 Apr 2009 11:39:33 -0700 |
parents | 6954d315aaa8 |
children | cf3df962f1e5 |
comparison
equal
deleted
inserted
replaced
181:3b04745ff76d | 182:b65e8d0a088a |
---|---|
1 | |
2 #ifndef __PST_LIBSTRFUNC_H | |
3 #define __PST_LIBSTRFUNC_H | |
4 | |
1 #include "common.h" | 5 #include "common.h" |
6 | |
2 char *pst_base64_encode(void *data, size_t size); | 7 char *pst_base64_encode(void *data, size_t size); |
3 char *pst_base64_encode_multiple(void *data, size_t size, int *line_count); | 8 char *pst_base64_encode_multiple(void *data, size_t size, int *line_count); |
4 void pst_hexdump(char *hbuf, int start, int stop, int ascii); | 9 void pst_hexdump(char *hbuf, int start, int stop, int ascii); |
10 | |
11 #endif | |
12 |