mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Add slapi_dup_control().
This commit is contained in:
parent
df57840626
commit
468583fca3
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ void slapi_register_supported_control(char *controloid,
|
||||||
#define SLAPI_OPERATION_ANY 0xFFFFFFFFL
|
#define SLAPI_OPERATION_ANY 0xFFFFFFFFL
|
||||||
#define SLAPI_OPERATION_NONE 0x00000000L
|
#define SLAPI_OPERATION_NONE 0x00000000L
|
||||||
int slapi_get_supported_controls(char ***ctrloidsp, unsigned long **ctrlopsp);
|
int slapi_get_supported_controls(char ***ctrloidsp, unsigned long **ctrlopsp);
|
||||||
|
LDAPControl *slapi_dup_control(LDAPControl *ctrl);
|
||||||
void slapi_register_supported_saslmechanism(char *mechanism);
|
void slapi_register_supported_saslmechanism(char *mechanism);
|
||||||
char **slapi_get_supported_saslmechanisms();
|
char **slapi_get_supported_saslmechanisms();
|
||||||
char **slapi_get_supported_extended_ops(void);
|
char **slapi_get_supported_extended_ops(void);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue