mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
External vars need to be wrapped for Windows
This commit is contained in:
parent
db3610ce26
commit
d45c01c008
@ -203,10 +203,10 @@ int config_shadow( ConfigArgs *c, int flag );
|
||||
|
||||
#define SLAP_X_ORDERED_FMT "{%d}"
|
||||
|
||||
extern slap_verbmasks *slap_ldap_response_code;
|
||||
LDAP_SLAPD_V (slap_verbmasks *) slap_ldap_response_code;
|
||||
extern int slap_ldap_response_code_register( struct berval *bv, int err );
|
||||
|
||||
extern ConfigTable olcDatabaseDummy[];
|
||||
LDAP_SLAPD_V (ConfigTable) olcDatabaseDummy[];
|
||||
|
||||
LDAP_END_DECL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user