mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
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:
parent
3d5553abc2
commit
2d9a7620b5
@ -25,10 +25,8 @@
|
|||||||
#include "perl_back.h"
|
#include "perl_back.h"
|
||||||
|
|
||||||
|
|
||||||
LDAP_F( void )
|
static void perl_back_xs_init LDAP_P((void));
|
||||||
perl_back_xs_init LDAP_P((void));
|
EXT void boot_DynaLoader LDAP_P((CV* cv));
|
||||||
LDAP_F( void )
|
|
||||||
boot_DynaLoader LDAP_P((CV* cv));
|
|
||||||
|
|
||||||
PerlInterpreter *perl_interpreter = NULL;
|
PerlInterpreter *perl_interpreter = NULL;
|
||||||
ldap_pvt_thread_mutex_t perl_interpreter_mutex;
|
ldap_pvt_thread_mutex_t perl_interpreter_mutex;
|
||||||
|
Loading…
Reference in New Issue
Block a user