]> git.sur5r.net Git - openldap/commitdiff
rename ldap_pvt_init_utils() to ldap_int_utils_init() and provide
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 May 1999 22:25:55 +0000 (22:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 May 1999 22:25:55 +0000 (22:25 +0000)
prototype in ldap-int.h.

libraries/libldap/init.c
libraries/libldap/ldap-int.h
libraries/libldap/util-int.c

index 0317d26a489c71108b3bff2b545b9cde19f0ac89..8c22855fd85f97472ec2463001687bb3ad8f8dbc 100644 (file)
@@ -290,7 +290,7 @@ void openldap_ldap_initialize( void )
                return;
        }
 
-       ldap_pvt_init_utils();
+       ldap_int_utils_init();
 
        gopts.ldo_version =     LDAP_VERSION2;
        gopts.ldo_deref =       LDAP_DEREF_NEVER;
index 3e236a80d2d06015ab961bbf94db5a8231322a30..d818787487faefa353f591aa45cae718b4f9dc26 100644 (file)
@@ -249,6 +249,13 @@ extern int openldap_ldap_initialized;
 extern struct ldapoptions openldap_ldap_global_options;
 void openldap_ldap_initialize LDAP_P((void));
 
+
+/*
+ * in unit-int.c
+ */
+void ldap_int_utils_init LDAP_P(( void ));
+
+
 /*
  * in print.c
  */
index fb6e894ee7a4ce814f6d1d682848d5927492f4f9..7ee5da8b576ca50227c4756e2f6933a9c8d44c98 100644 (file)
@@ -249,10 +249,10 @@ int ldap_pvt_gethostbyaddr_a(
 #endif 
 }
 /* 
- * ldap_pvt_init_utils() should be called before any other function.
+ * ldap_int_utils_init() should be called before any other function.
  */
 
-void ldap_pvt_init_utils( void )
+void ldap_int_utils_init( void )
 {
        static int done=0;
        if (done)