s3-printing: fix some build warnings in queue_process.c
authorGünther Deschner <gd@samba.org>
Wed, 3 Aug 2011 10:59:17 +0000 (12:59 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 3 Aug 2011 15:48:33 +0000 (17:48 +0200)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Aug  3 17:48:33 CEST 2011 on sn-devel-104

source3/printing/queue_process.c

index 791f2d7a33b33df44c7ad67437eda9898401f9fe..48e5f771c9fb550d256d1e2658754c567ae40b65 100644 (file)
@@ -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;