From 096ede362370b7e55a77cedfa40efc2a8a03fc17 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Dec 2011 16:51:53 +0100 Subject: s3: Make nmbd_messaging_context static --- source3/nmbd/nmbd_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/nmbd/nmbd_proto.h') diff --git a/source3/nmbd/nmbd_proto.h b/source3/nmbd/nmbd_proto.h index 0e62bc0d0e..59ad423f03 100644 --- a/source3/nmbd/nmbd_proto.h +++ b/source3/nmbd/nmbd_proto.h @@ -37,7 +37,6 @@ void kill_async_dns_child(void); /* The following definitions come from nmbd/nmbd.c */ struct event_context *nmbd_event_context(void); -struct messaging_context *nmbd_messaging_context(void); /* The following definitions come from nmbd/nmbd_become_dmb.c */ -- cgit