Mercurial > libpst
view src/libstrfunc.h @ 318:b08fd8813ffe
filter_provides is a regex, not a path, and is not available on el5
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 24 Dec 2012 18:49:59 -0800 |
parents | c947b8812120 |
children |
line wrap: on
line source
#ifndef __PST_LIBSTRFUNC_H #define __PST_LIBSTRFUNC_H #include "common.h" char *pst_base64_encode(void *data, size_t size); char *pst_base64_encode_single(void *data, size_t size); char *pst_base64_encode_multiple(void *data, size_t size, int *line_count); #endif