From 1d33474dad5a101666044f58a00f33bd6a134080 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 20 May 2010 08:49:50 -0400 Subject: s3:printing Make print_queue_receive public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/printing/printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/printing/printing.c') diff --git a/source3/printing/printing.c b/source3/printing/printing.c index b1aff3e6de8..177048da510 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1560,7 +1560,7 @@ static void print_queue_update_with_lock( struct tevent_context *ev, /**************************************************************************** this is the receive function of the background lpq updater ****************************************************************************/ -static void print_queue_receive(struct messaging_context *msg, +void print_queue_receive(struct messaging_context *msg, void *private_data, uint32_t msg_type, struct server_id server_id, -- cgit v1.2.1