]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/dn.c
Move ldap_utf8_*() declarations from ldap-int.h to ldap_pvt.h.
[openldap] / libraries / libldap / dn.c
index 7e77493806aa96dfc30391942dbc44260bb55955..fc1c6ead88df0b2702f6cae2d12be5cc36ca13aa 100644 (file)
@@ -1,4 +1,5 @@
 /* dn.c - routines for dealing with distinguished names */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
@@ -15,6 +16,9 @@
 
 #include "ldap-int.h"
 
+#if 0
+/* this should wait for UTF-8 routines */
+
 #define B4LEADTYPE             0
 #define B4TYPE                 1
 #define INOIDTYPE              2
@@ -331,3 +335,5 @@ char * ldap_dn_rdn(
 
        return( rdn );
 }
+
+#endif