mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
constify berval arg to load_extop(), to match usage
This commit is contained in:
parent
f21a6f7ef3
commit
78873370c8
@ -248,7 +248,7 @@ done:;
|
||||
|
||||
int
|
||||
load_extop(
|
||||
struct berval *ext_oid,
|
||||
const struct berval *ext_oid,
|
||||
slap_mask_t ext_flags,
|
||||
SLAP_EXTOP_MAIN_FN *ext_main )
|
||||
{
|
||||
|
@ -868,7 +868,7 @@ typedef int (SLAP_EXTOP_GETOID_FN) LDAP_P((
|
||||
int index, struct berval *oid, int blen ));
|
||||
|
||||
LDAP_SLAPD_F (int) load_extop LDAP_P((
|
||||
struct berval *ext_oid,
|
||||
const struct berval *ext_oid,
|
||||
slap_mask_t flags,
|
||||
SLAP_EXTOP_MAIN_FN *ext_main ));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user