]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/filed.h
- Fix ANSI labels to put EOF1 and EOF2 after each file mark.
[bacula/bacula] / bacula / src / filed / filed.h
index 7c9a1ae70374fafbb3977b7ad951b0c32122870b..7902f45df993f9848b93a56593c2337a49cdfbcd 100644 (file)
@@ -1,12 +1,12 @@
 /*
  * Bacula File Daemon specific configuration and defines
  *
- *     Kern Sibbald, Jan MMI 
+ *     Kern Sibbald, Jan MMI
  *
  *   Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2004 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
 
  */
 
-#include "findlib/find.h"
-#include "lib/save-cwd.h"
 #define FILE_DAEMON 1
+#include "filed_conf.h"
+#include "chksum.h"
+#include "findlib/find.h"
 #include "jcr.h"
+#include "acl.h"
 #include "protos.h"                   /* file daemon prototypes */
-#include "filed_conf.h"
 #ifdef HAVE_LIBZ
 #include <zlib.h>                     /* compression headers */
 #else
 #define uLongf uint32_t
 #endif
 
-extern int win32_client;              /* Are we running on Windows? */
+extern const int win32_client;              /* Are we running on Windows? */
+
+extern CLIENT *me;                    /* "Global" Client resource */