source:
vendor/current/lib/tdb/test/logging.h
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 264 bytes |
Line | |
---|---|
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> |
6 | |
7 | extern bool suppress_logging; |
8 | extern const char *log_prefix; |
9 | extern struct tdb_logging_context taplogctx; |
10 | |
11 | #endif /* TDB_TEST_LOGGING_H */ |
Note:
See TracBrowser
for help on using the repository browser.