]> git.sur5r.net Git - openldap/commitdiff
LDAP_F macro is obsolete. Redeclare perl_ack_xs_init static, since it
authorHoward Chu <hyc@openldap.org>
Thu, 11 May 2000 09:35:29 +0000 (09:35 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 11 May 2000 09:35:29 +0000 (09:35 +0000)
is, and declare boot_DynaLoader as EXT since it actually comes from
perl, not from this module.

servers/slapd/back-perl/init.c

index 2b7b84e16b56688883e4f8f0840354157b2767de..80f366aea31b4f00a9e1ceaa726932447427179c 100644 (file)
 #include "perl_back.h"
 
 
-LDAP_F( void )
-perl_back_xs_init LDAP_P((void));
-LDAP_F( void )
-boot_DynaLoader LDAP_P((CV* cv));
+static void perl_back_xs_init LDAP_P((void));
+EXT void boot_DynaLoader LDAP_P((CV* cv));
 
 PerlInterpreter *perl_interpreter = NULL;
 ldap_pvt_thread_mutex_t        perl_interpreter_mutex;