]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/base64.c
All implementations of lutil_lockf (aka ldap_lockf) block until
[openldap] / libraries / liblutil / base64.c
index a2c27a1ff9d0ea15b0a9568f55bc09529181983c..96a6b284223b275da67b70ef75d22fdbfc1ff231 100644 (file)
@@ -127,7 +127,7 @@ static const char Pad64 = '=';
    */
 
 int
-b64_ntop(
+lutil_b64_ntop(
        u_char const *src,
        size_t srclength,
        char *target,
@@ -198,7 +198,7 @@ b64_ntop(
  */
 
 int
-b64_pton(
+lutil_b64_pton(
        char const *src,
        u_char *target, 
        size_t targsize)