projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
strsplit: remove nump argument
[ccan]
/
ccan
/
tdb
/
test
/
logging.h
1
#ifndef TDB_TEST_LOGGING_H
2
#define TDB_TEST_LOGGING_H
3
#include <ccan/tdb/tdb.h>
4
#include <stdbool.h>
5
6
extern bool suppress_logging;
7
extern const char *log_prefix;
8
extern struct tdb_logging_context taplogctx;
9
10
#endif /* TDB_TEST_LOGGING_H */