]> git.sur5r.net Git - openldap/blobdiff - include/ldap_pvt.h
Statement concerning appropriate use of I-D.
[openldap] / include / ldap_pvt.h
index eb6b6dbe6974c5ff969010d9036c0eca689d1c65..3014e217ee0c32a7c8dcea437c358ba3cfc6a26d 100644 (file)
@@ -44,6 +44,39 @@ ldap_pvt_gethostbyaddr_a LDAP_P((
        struct hostent **result,
        int *herrno_ptr ));
 
+
+/* charray.c */
+
+LDAP_F( int )
+ldap_charray_add LDAP_P((
+    char       ***a,
+    char       *s ));
+
+LDAP_F( int )
+ldap_charray_merge LDAP_P((
+    char       ***a,
+    char       **s ));
+
+LDAP_F( void )
+ldap_charray_free LDAP_P(( char **a ));
+
+LDAP_F( int )
+ldap_charray_inlist LDAP_P((
+    char       **a,
+    char       *s ));
+
+LDAP_F( char ** )
+ldap_charray_dup LDAP_P(( char **a ));
+
+LDAP_F( char ** )
+ldap_str2charray LDAP_P((
+       char *str,
+       char *brkstr ));
+
+/* url.c */
+void ldap_pvt_hex_unescape LDAP_P(( char *s ));
+int ldap_pvt_unhex( int c );
+
 LDAP_END_DECL
 
 #endif