summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index cc479b0..6775ccc 100644
--- a/src/map.h
+++ b/src/map.h
@@ -1,8 +1,9 @@
struct plugin_state;
struct slapi_pblock;
/* Functions to pull data out of maps. */
-void map_startup(struct plugin_state *state);
-void map_init(struct slapi_pblock *pb, struct plugin_state *state);
+int map_startup(struct plugin_state *state);
+int map_init(struct slapi_pblock *pb, struct plugin_state *state);
+int map_master_name(struct plugin_state *state, const char **master);
PRBool map_supports_domain(struct plugin_state *state,
const char *domain,
PRBool *supported);