]> git.sur5r.net Git - openldap/commitdiff
Sync with slapi/slapi_utils.c
authorLuke Howard <lukeh@openldap.org>
Mon, 8 Aug 2005 09:33:12 +0000 (09:33 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 8 Aug 2005 09:33:12 +0000 (09:33 +0000)
include/slapi-plugin.h

index 3a22ea78887f4ad788d38c55462e230e38e762ad..4d696d34174940143ead562823a1bd170184c3a4 100644 (file)
@@ -347,6 +347,11 @@ int compute_rewrite_search_filter(Slapi_PBlock *pb);
 int compute_evaluator(computed_attr_context *c, char *type, Slapi_Entry *e, slapi_compute_output_t outputfn);
 int slapi_x_compute_get_pblock(computed_attr_context *c, Slapi_PBlock **pb);
 
+/* backend routines */
+void slapi_be_set_readonly(Slapi_Backend *be, int readonly);
+int slapi_be_get_readonly(Slapi_Backend *be);
+const char *slapi_x_be_get_updatedn(Slapi_Backend *be);
+
 /* ACL plugins; only SLAPI_PLUGIN_ACL_ALLOW_ACCESS supported now */
 typedef int (*slapi_acl_callback_t)(Slapi_PBlock *pb,
        Slapi_Entry *e,