]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
For symmetry, add this file. At present, all it does is update the version table.
[bacula/bacula] / bacula / src / stored / stored.h
index 2a0ac6aa4948860f3b1b8d9fb5ba5476c2d67dea..a74db4da166d406804aeb3aff2a17733824c1e26 100644 (file)
@@ -4,7 +4,7 @@
  *  Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 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
 
 #define STORAGE_DAEMON 1
 
+#ifdef HAVE_MTIO_H
+#include <mtio.h>
+#endif
+#ifdef HAVE_SYS_MTIO_H
 #include <sys/mtio.h>
+#endif
 #include "block.h"
 #include "record.h"
 #include "dev.h"
 #define uLongf uint32_t
 #endif
 
-#include "findlib/find.h"
+extern char errmsg[];                 /* general error message */
 
-extern char errmsg[];                /* general error message */
+extern STORES *me;                    /* "Global" daemon resource */
+
+#ifdef debug_tracing
+extern int _rewind_dev(char *file, int line, DEVICE *dev);
+#define rewind_dev(d) _rewind_dev(__FILE__, __LINE__, (d))
+#endif
 
 #endif /* __STORED_H_ */