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 9ef778cdc0..e60fc47afe 100644
--- a/source3/include/serverid.h
+++ b/source3/include/serverid.h
@@ -63,4 +63,9 @@ bool serverid_traverse_read(int (*fn)(const struct server_id *id,
uint32_t msg_flags,
void *private_data),
void *private_data);
+/*
+ * Ensure CLEAR_IF_FIRST works fine, to be called from the parent smbd
+ */
+bool serverid_parent_init(void);
+
#endif