Mercurial > libpst
diff src/pst2ldif.cpp @ 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 | 252ad66d3d6e |
children | 0a4f7ecd7452 |
line wrap: on
line diff
--- a/src/pst2ldif.cpp Sun Mar 29 08:51:13 2009 -0700 +++ b/src/pst2ldif.cpp Sat Apr 04 16:00:48 2009 -0700 @@ -406,7 +406,7 @@ printf("%s: %s\n", attr, &buffer[0]); } else { - p = base64_encode(&buffer[0], buffer.size()); + p = pst_base64_encode(&buffer[0], buffer.size()); printf("%s:: %s\n", attr, p); free(p); }