Skip to content
Snippets Groups Projects
Commit 2d9a7620 authored by Howard Chu's avatar Howard Chu
Browse files

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.
parent 3d5553ab
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment