comparison src/libstrfunc.h @ 172:6954d315aaa8

move version-info into main configure.in, and set it properly. prefix all external symbols in the shared library with pst_ to avoid symbol clashes with other shared libraries.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Apr 2009 16:00:48 -0700
parents 5e4d6faada34
children b65e8d0a088a
comparison
equal deleted inserted replaced
171:6c1e75bc4cac 172:6954d315aaa8
1 #include "common.h" 1 #include "common.h"
2 char * base64_encode(void *data, size_t size); 2 char *pst_base64_encode(void *data, size_t size);
3 char * base64_encode_multiple(void *data, size_t size, int *line_count); 3 char *pst_base64_encode_multiple(void *data, size_t size, int *line_count);
4 void hexdump(char *hbuf, int start, int stop, int ascii); 4 void pst_hexdump(char *hbuf, int start, int stop, int ascii);