]> git.sur5r.net Git - openldap/commitdiff
Add slapi_dup_control().
authorLuke Howard <lukeh@openldap.org>
Thu, 27 Feb 2003 12:58:39 +0000 (12:58 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 27 Feb 2003 12:58:39 +0000 (12:58 +0000)
include/slapi-plugin.h

index e4a1a6f46c12543aa0ef43781883d5bd304f0caf..fdea92acd8f540317adbdc59affe8a2e9c46004d 100644 (file)
@@ -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);