summaryrefslogtreecommitdiff
path: root/source3/include/serverid.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/serverid.h')
-rw-r--r--source3/include/serverid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/serverid.h b/source3/include/serverid.h
index 62bf638214..babb21b8f7 100644
--- a/source3/include/serverid.h
+++ b/source3/include/serverid.h
@@ -44,6 +44,11 @@ bool serverid_register_msg_flags(const struct server_id id, bool do_reg,
bool serverid_exists(const struct server_id *id);
/*
+ * Check existence of a list of server ids
+ */
+bool serverids_exist(const struct server_id *ids, int num_ids, bool *results);
+
+/*
* Walk the list of server_ids registered
*/
bool serverid_traverse(int (*fn)(struct db_record *rec,