From 05ad898f68a2df1b102af95fdba0704479bde073 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Oct 2004 22:45:33 +0000 Subject: r3271: use "struct messaging_context *" instead of "void *" in messaging API (This used to be commit cc93813e4a09c538ad485dc2b3cb4c9be34f3d18) --- source4/smbd/service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smbd/service.h') diff --git a/source4/smbd/service.h b/source4/smbd/service.h index 93f24a34f9..2ac1988f3d 100644 --- a/source4/smbd/service.h +++ b/source4/smbd/service.h @@ -125,7 +125,7 @@ struct server_connection { struct server_service *service; - void *messaging_ctx; + struct messaging_context *messaging_ctx; }; #endif /* _SERVER_SERVICE_H */ -- cgit