summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 3 insertions, 1 deletions
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);