Mercurial > libpst
annotate src/libstrfunc.h @ 176:ac6e22c8a9cf
build separate libpst, libpst-libs, libpst-devel rpms.
remove many functions from the interface by making them static.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Apr 2009 14:13:06 -0700 |
parents | 6954d315aaa8 |
children | b65e8d0a088a |
rev | line source |
---|---|
132
5e4d6faada34
fix from Fridrich Strba for parallel make
Carl Byington <carl@five-ten-sg.com>
parents:
94
diff
changeset
|
1 #include "common.h" |
172
6954d315aaa8
move version-info into main configure.in, and set it properly.
Carl Byington <carl@five-ten-sg.com>
parents:
132
diff
changeset
|
2 char *pst_base64_encode(void *data, size_t size); |
6954d315aaa8
move version-info into main configure.in, and set it properly.
Carl Byington <carl@five-ten-sg.com>
parents:
132
diff
changeset
|
3 char *pst_base64_encode_multiple(void *data, size_t size, int *line_count); |
6954d315aaa8
move version-info into main configure.in, and set it properly.
Carl Byington <carl@five-ten-sg.com>
parents:
132
diff
changeset
|
4 void pst_hexdump(char *hbuf, int start, int stop, int ascii); |