]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix Win32 build with new .def files and DLL_IMP_EXP ...
authorKern Sibbald <kern@sibbald.com>
Sat, 12 Jan 2008 19:50:28 +0000 (19:50 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Jan 2008 19:50:28 +0000 (19:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6281 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/sql_cmds.c
bacula/src/lib/message.c
bacula/src/lib/runscript.h
bacula/technotes-2.3

index e953c342718f54f11330c078b64e2de7f7c31158..b847033d18896978a4a635fccc31c64607c5d3ea 100644 (file)
@@ -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.
index 91a34cf417a6a66add53d81ce2bac5d5452c4953..2b624f823595163ccfad674c98d10a5f88d2d88f 100644 (file)
@@ -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.
index 5a6594f9a268f4d07c36ebd8b93ad042f64ae8d4..921fc11ef2a9a983232857d77fbee17cfdecfb57 100644 (file)
@@ -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_ */
index 9522891bc2f28f37941cd8cf3e23058e5f66ae6a..20d33f5dd4b1350b20d348a182518ec61a85a133 100644 (file)
@@ -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).