]> 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 11cc78e6f07bd01d712713f830d114aa73d42776..a74db4da166d406804aeb3aff2a17733824c1e26 100644 (file)
 #include "jcr.h"
 #include "protos.h"
 #ifdef HAVE_LIBZ
-#include <zlib.h>                    /* compression headers */
+#include <zlib.h>                     /* compression headers */
 #else
 #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_ */