summaryrefslogtreecommitdiffstats
path: root/src/backend.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-02 11:27:24 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-02 11:27:24 -0400
commit4e33de660199ab9a7a0ee13ffa5dd2899938b210 (patch)
tree0f62517d81faa1f50fa8374ee528bded94d66976 /src/backend.h
parent0c954eb8b7b0842d1c8988dd1a99e599c0d9ec6b (diff)
downloadslapi-nis-4e33de660199ab9a7a0ee13ffa5dd2899938b210.tar.gz
slapi-nis-4e33de660199ab9a7a0ee13ffa5dd2899938b210.tar.xz
slapi-nis-4e33de660199ab9a7a0ee13ffa5dd2899938b210.zip
rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_add
just expect the specific backend to return a filter when checking if an entry is is a set configuration
Diffstat (limited to 'src/backend.h')
-rw-r--r--src/backend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend.h b/src/backend.h
index aad8f8d..fcfe652 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -52,8 +52,7 @@ void backend_get_set_config(struct plugin_state *state,
void backend_free_set_config(char **bases, char *entry_filter);
/* Check if an entry is a set configuration, and add or remove one. */
-bool_t backend_entry_is_a_set(struct plugin_state *state,
- Slapi_PBlock *pb, Slapi_Entry *e);
+const char *backend_entry_get_set_config_entry_filter(void);
int backend_set_config_entry_add_cb(Slapi_Entry *e, void *callback_data);
int backend_set_config_entry_delete_cb(Slapi_Entry *e, void *callback_data);