LDAP_F macro is obsolete. Redeclare perl_ack_xs_init static, since it

is, and declare boot_DynaLoader as EXT since it actually comes from
perl, not from this module.
This commit is contained in:
Howard Chu 2000-05-11 09:35:29 +00:00
parent 3d5553abc2
commit 2d9a7620b5

View File

@ -25,10 +25,8 @@
#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;