s3:smb2_break: make use of file_fsp_smb2()
[Samba/gebeck_regimport.git] / lib / tdb / test / logging.h
blob89e77b21080efa03475c57ee6013369e62b70d84
1 #ifndef TDB_TEST_LOGGING_H
2 #define TDB_TEST_LOGGING_H
3 #include "replace.h"
4 #include "../include/tdb.h"
5 #include <stdbool.h>
7 extern bool suppress_logging;
8 extern const char *log_prefix;
9 extern struct tdb_logging_context taplogctx;
11 #endif /* TDB_TEST_LOGGING_H */