]> 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 8cc1b004f3510bd99b03e7b591919a1933d657a1..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
@@ -25,6 +25,7 @@
 
  */
 
+#include "lib/runscript.h"
 #include "dird_conf.h"
 
 #define DIRECTOR_DAEMON 1
@@ -45,3 +46,4 @@ extern int SDConnectTimeout;
 
 /* From job.c */
 void dird_free_jcr(JCR *jcr);
+void dird_free_jcr_pointers(JCR *jcr);