X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Flogging.h;h=2dfea145c3370a8dc046448a65ee46774b150a70;hp=0fd59ba6bb921ed0a4e70fddda2c00aa69d24de3;hb=3d99c9334fe3067c88772547b9c06acec21616ea;hpb=3e3ee8b0c1e77340ab9e8678c2d23646d8cdb627 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 */