X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Flogging.h;h=2dfea145c3370a8dc046448a65ee46774b150a70;hb=919937354a331bb964564a11b5a5b80403ff8db9;hp=0fd59ba6bb921ed0a4e70fddda2c00aa69d24de3;hpb=3e3ee8b0c1e77340ab9e8678c2d23646d8cdb627;p=ccan diff --git a/ccan/tdb2/test/logging.h b/ccan/tdb2/test/logging.h index 0fd59ba6..2dfea145 100644 --- a/ccan/tdb2/test/logging.h +++ b/ccan/tdb2/test/logging.h @@ -12,5 +12,6 @@ extern char *log_last; void tap_log_fn(struct tdb_context *tdb, enum tdb_log_level level, + enum TDB_ERROR ecode, const char *message, void *priv); #endif /* TDB2_TEST_LOGGING_H */