From ed6758c1628dd62c5d5fc336d665c1eb3893a971 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 22 Apr 2008 18:03:36 -0400 Subject: - provide a way for the backend to register callbacks with the directory - switch to using the plugin's entry for locating maps in preference to the hard-coded location --- src/map.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index b2836c1..ec32f4b 100644 --- a/src/map.h +++ b/src/map.h @@ -1,6 +1,8 @@ struct plugin_state; +struct slapi_pblock; /* Functions to pull data out of maps. */ -void map_init(struct plugin_state *state); +void map_startup(struct plugin_state *state); +void map_init(struct slapi_pblock *pb, struct plugin_state *state); PRBool map_supports_domain(struct plugin_state *state, const char *domain, PRBool *supported); -- cgit