]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird.h
kes Update copyright date in program files, and for the most part
[bacula/bacula] / bacula / src / dird / dird.h
index efe5c4f92fc85a63e8dcc5a6227412d6c34cd5b2..ab6995306efaaddb0f6c3defda42a123cf8e774e 100644 (file)
@@ -6,7 +6,7 @@
  *    Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2005 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 
  */
 
+#include "lib/runscript.h"
 #include "dird_conf.h"
 
 #define DIRECTOR_DAEMON 1
 
-/* The following includes are at the bottom of 
- * this file rather than at the top because the
- *  #include "jcr.h" uses the definition of JOB
- * as supplied above.
- */
-
 #include "cats/cats.h"
 
 #include "jcr.h"
-
+#include "bsr.h"
+#include "ua.h"
 #include "protos.h"
 
+#include "jobq.h"
+
 /* Globals that dird.c exports */
-extern int debug_level;
-extern time_t start_time;
 extern DIRRES *director;                     /* Director resource */
-extern char *working_directory;              /* export our working directory */
 extern int FDConnectTimeout;
 extern int SDConnectTimeout;
 
 /* From job.c */
 void dird_free_jcr(JCR *jcr);
+void dird_free_jcr_pointers(JCR *jcr);