]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored.h
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / stored / stored.h
index 7c7884058f7d2701be44875d2319aff8fc484b46..a74db4da166d406804aeb3aff2a17733824c1e26 100644 (file)
 
 #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_ */