mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
wallet/tests: add mocks for futureproofing.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
2931760b5b
commit
005f3826c9
@ -10,6 +10,9 @@ static void db_fatal(const char *fmt, ...);
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* AUTOGENERATED MOCKS START */
|
||||
/* AUTOGENERATED MOCKS END */
|
||||
|
||||
static char *db_err;
|
||||
static void db_fatal(const char *fmt, ...)
|
||||
{
|
||||
|
@ -14,6 +14,9 @@ static void wallet_fatal(const char *fmt, ...);
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
/* AUTOGENERATED MOCKS START */
|
||||
/* AUTOGENERATED MOCKS END */
|
||||
|
||||
static char *wallet_err;
|
||||
static void wallet_fatal(const char *fmt, ...)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user