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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/serverid.h b/source3/include/serverid.h
index 3fcb5548d6..62bf638214 100644
--- a/source3/include/serverid.h
+++ b/source3/include/serverid.h
@@ -62,6 +62,6 @@ bool serverid_traverse_read(int (*fn)(const struct server_id *id,
/*
* Ensure CLEAR_IF_FIRST works fine, to be called from the parent smbd
*/
-bool serverid_parent_init(void);
+bool serverid_parent_init(TALLOC_CTX *mem_ctx);
#endif