From: Kern Sibbald Date: Sat, 12 Jan 2008 19:50:28 +0000 (+0000) Subject: Fix Win32 build with new .def files and DLL_IMP_EXP ... X-Git-Tag: Release-7.0.0~5130 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5cf356d0172310935f118f4575acb8456cc3966f;p=bacula%2Fbacula Fix Win32 build with new .def files and DLL_IMP_EXP ... git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6281 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/sql_cmds.c b/bacula/src/cats/sql_cmds.c index e953c34271..b847033d18 100644 --- a/bacula/src/cats/sql_cmds.c +++ b/bacula/src/cats/sql_cmds.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2002-2007 Free Software Foundation Europe e.V. + Copyright (C) 2002-2008 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. diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 91a34cf417..2b624f8235 100644 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2000-2008 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. diff --git a/bacula/src/lib/runscript.h b/bacula/src/lib/runscript.h index 5a6594f9a2..921fc11ef2 100644 --- a/bacula/src/lib/runscript.h +++ b/bacula/src/lib/runscript.h @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2006-2007 Free Software Foundation Europe e.V. + Copyright (C) 2006-2008 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. @@ -110,6 +110,6 @@ void free_runscript(RUNSCRIPT *script); /* foreach_alist free RUNSCRIPT */ void free_runscripts(alist *runscripts); /* you have to free alist */ -extern bool (*console_command)(JCR *jcr, const char *cmd); +extern DLL_IMP_EXP bool (*console_command)(JCR *jcr, const char *cmd); #endif /* __RUNSCRIPT_H_ */ diff --git a/bacula/technotes-2.3 b/bacula/technotes-2.3 index 9522891bc2..20d33f5dd4 100644 --- a/bacula/technotes-2.3 +++ b/bacula/technotes-2.3 @@ -1,6 +1,8 @@ Technical notes on version 2.3 General: +12Jan08 +kes Fix Win32 build with new .def files and DLL_IMP_EXP ... 10Jan08 kes Add DataDespooling and DataCommitting status (committing is the last despooling).