comparison src/libstrfunc.h @ 193:cf3df962f1e5 stable-0-6-37

prep for fedora build
author Carl Byington <carl@five-ten-sg.com>
date Fri, 17 Apr 2009 12:51:59 -0700
parents b65e8d0a088a
children c947b8812120
comparison
equal deleted inserted replaced
192:774b2e77eb50 193:cf3df962f1e5
4 4
5 #include "common.h" 5 #include "common.h"
6 6
7 char *pst_base64_encode(void *data, size_t size); 7 char *pst_base64_encode(void *data, size_t size);
8 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);
9 void pst_hexdump(char *hbuf, int start, int stop, int ascii);
10 9
11 #endif 10 #endif
12 11