From 98f9c88e930597b9eac70cc84459f0f56c4047bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 3 Aug 2011 12:59:17 +0200 Subject: s3-printing: fix some build warnings in queue_process.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Aug 3 17:48:33 CEST 2011 on sn-devel-104 --- source3/printing/queue_process.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/printing/queue_process.c') diff --git a/source3/printing/queue_process.c b/source3/printing/queue_process.c index 791f2d7a33..48e5f771c9 100644 --- a/source3/printing/queue_process.c +++ b/source3/printing/queue_process.c @@ -25,6 +25,7 @@ #include "include/messages.h" #include "printing.h" #include "printing/pcap.h" +#include "printing/queue_process.h" #include "serverid.h" #include "locking/proto.h" #include "smbd/proto.h" @@ -86,7 +87,7 @@ static void bq_sig_term_handler(struct tevent_context *ev, exit_server_cleanly("termination signal"); } -void bq_setup_sig_term_handler(void) +static void bq_setup_sig_term_handler(void) { struct tevent_signal *se; -- cgit