From 06f3f52a087407ac05bd6e16dc25cb824ce8f987 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 18 Feb 2010 08:13:59 +0100 Subject: [PATCH] Make set_jcr_sd_job_status static --- bacula/src/dird/getmsg.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bacula/src/dird/getmsg.c b/bacula/src/dird/getmsg.c index 1dd0687e6a..621339ef11 100644 --- a/bacula/src/dird/getmsg.c +++ b/bacula/src/dird/getmsg.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2009 Free Software Foundation Europe e.V. + Copyright (C) 2000-2010 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -45,7 +45,6 @@ * Requests are any message that does not begin with a digit. * In affect, they are commands. * - * Version $Id$ */ #include "bacula.h" @@ -71,7 +70,7 @@ static char Device_update[] = "DevUpd Job=%127s " static char OK_msg[] = "1000 OK\n"; -void set_jcr_sd_job_status(JCR *jcr, int SDJobStatus) +static void set_jcr_sd_job_status(JCR *jcr, int SDJobStatus) { bool set_waittime=false; Dmsg2(800, "set_jcr_sd_job_status(%s, %c)\n", jcr->Job, SDJobStatus); -- 2.39.5