summaryrefslogtreecommitdiff
path: root/ccan/ntdb/test/helprun-external-agent.h
blob: 126104117196ea90bc19c8875f7a976bf159e4b9 (plain)
1
2
3
4
5
6
7
#include "external-agent.h"
#include "../private.h"

enum agent_return external_agent_needs_rec(struct ntdb_context *ntdb)
{
	return ntdb_needs_recovery(ntdb) ? SUCCESS : FAILED;
}