view src/libstrfunc.h @ 118:0f1492b7fe8b

patch from Fridrich Strba for building on mingw and general cleanup of autoconf files add processing for pst files of type 0x0f start adding support for properly building and installing libpst.so and the header files required to use it. remove version.h since the version number is now in config.h more const correctness issues regarding getopt()
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:12:36 -0800
parents 997cf1373f9e
children 5e4d6faada34
line wrap: on
line source


char * base64_encode(void *data, size_t size);
char * base64_encode_multiple(void *data, size_t size, int *line_count);
void hexdump(char *hbuf, int start, int stop, int ascii);