From 9f865579df0911bc8ee9ecee5e9f5d50ed76e894 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Wed, 17 Aug 2005 07:12:51 +0000 Subject: [PATCH] Add SLAPI_X_ADD_STRUCTURAL_CLASS --- include/slapi-plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index 8344cf766a..db381da322 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -530,6 +530,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags ); #define SLAPI_X_OPERATION_DELETE_GLUE_PARENT 1305 #define SLAPI_X_MANAGEDIT 1306 #define SLAPI_X_OPERATION_NO_SCHEMA_CHECK 1307 +#define SLAPI_X_ADD_STRUCTURAL_CLASS 1308 /* Authentication types */ #define SLAPD_AUTH_NONE "none" -- 2.39.5