]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/filed.h
Use dcr more in SD + int to bool conversions
[bacula/bacula] / bacula / src / filed / filed.h
index e16d10318dfa2df4def5388ae7c2f732e9628a1d..a4a90910c268f9a6480af5392130ebc7832677c6 100644 (file)
@@ -25,8 +25,8 @@
 
  */
 
-#include "findlib/find.h"
 #define FILE_DAEMON 1
+#include "findlib/find.h"
 #include "jcr.h"
 #include "protos.h"                   /* file daemon prototypes */
 #include "filed_conf.h"
@@ -36,4 +36,6 @@
 #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 */