lib: Add a TALLOC_CTX to base register_msg_pool_usage() on
[vlendec/samba-autobuild/.git] / source3 / include / proto.h
index e03486f07ab8ae512e16e9deccaef22cfe75ad41..6ac70a22beb73f1265d92c020fc2b0d35323ba33 100644 (file)
@@ -266,7 +266,8 @@ bool getgroups_unix_user(TALLOC_CTX *mem_ctx, const char *user,
 
 /* The following definitions come from lib/tallocmsg.c  */
 
-void register_msg_pool_usage(struct messaging_context *msg_ctx);
+void register_msg_pool_usage(TALLOC_CTX *mem_ctx,
+                            struct messaging_context *msg_ctx);
 
 /* The following definitions come from lib/time.c  */