projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tdb2: tdb_expand on empty database now tested.
[ccan]
/
ccan
/
tdb2
/
test
/
logging.h
1
#ifndef TDB2_TEST_LOGGING_H
2
#define TDB2_TEST_LOGGING_H
3
#include <ccan/tdb2/tdb2.h>
4
unsigned tap_log_messages;
5
6
void tap_log_fn(struct tdb_context *tdb,
7
enum tdb_debug_level level, void *priv,
8
const char *fmt, ...);
9
10
#endif /* TDB2_TEST_LOGGING_H */