]> 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 5cbfc9d859a33b82f6c525b3027c276a30703cdf..a74db4da166d406804aeb3aff2a17733824c1e26 100644 (file)
 #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_ */