From 468583fca38f510730a0a51a643af061e93cccc0 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Thu, 27 Feb 2003 12:58:39 +0000 Subject: [PATCH] Add slapi_dup_control(). --- include/slapi-plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index e4a1a6f46c..fdea92acd8 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -170,6 +170,7 @@ void slapi_register_supported_control(char *controloid, #define SLAPI_OPERATION_ANY 0xFFFFFFFFL #define SLAPI_OPERATION_NONE 0x00000000L int slapi_get_supported_controls(char ***ctrloidsp, unsigned long **ctrlopsp); +LDAPControl *slapi_dup_control(LDAPControl *ctrl); void slapi_register_supported_saslmechanism(char *mechanism); char **slapi_get_supported_saslmechanisms(); char **slapi_get_supported_extended_ops(void); -- 2.39.5