]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slapi/slapi.h
update for new backend types
[openldap] / servers / slapd / slapi / slapi.h
index 7c56f2e9dce9fefe96617a2118787b7e2abdf57d..d92ec64a1dfb0d0917cbfe80937d682e825ec496 100644 (file)
@@ -74,7 +74,6 @@ typedef struct _ExtendedOp {
 struct _computed_attr_context {
        Slapi_PBlock    *cac_pb;
        Operation       *cac_op;
-       AccessControlState *cac_acl_state;
        void            *cac_private;
 };
 
@@ -121,7 +120,7 @@ struct slapi_pblock {
  * Was: plugin.h
  */
 
-#define SLAPI_PLUGIN_IS_POST_FN(x) ((x) >= SLAPI_PLUGIN_POST_BIND_FN && (x) <= SLAPI_PLUGIN_POST_RESULT_FN)
+#define SLAPI_PLUGIN_IS_POST_FN(x) ((x) >= SLAPI_PLUGIN_POST_BIND_FN && (x) <= SLAPI_PLUGIN_BE_POST_DELETE_FN)
 
 /* really private stuff */
 #define SLAPI_X_CONFIG_ARGV                    1400