summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-08-03 12:59:17 +0200
committerGünther Deschner <gd@samba.org>2011-08-03 17:48:33 +0200
commit98f9c88e930597b9eac70cc84459f0f56c4047bd (patch)
treec35de4a078cdd8aaaa39a426b750b8a6c5b52efc
parentfec25c3a627bfbb14cf0aaf8773f54e0e5017517 (diff)
downloadsamba-98f9c88e930597b9eac70cc84459f0f56c4047bd.tar.gz
samba-98f9c88e930597b9eac70cc84459f0f56c4047bd.tar.xz
samba-98f9c88e930597b9eac70cc84459f0f56c4047bd.zip
s3-printing: fix some build warnings in queue_process.c
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Aug 3 17:48:33 CEST 2011 on sn-devel-104
-rw-r--r--source3/printing/queue_process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/printing/queue_process.c b/source3/printing/queue_process.c
index 791f2d7a33b..48e5f771c9f 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;