]> git.ozlabs.org Git - ccan/blob - ccan/ntdb/test/helpapi-external-agent.h
ntdb: fix up tests.
[ccan] / ccan / ntdb / test / helpapi-external-agent.h
1 #include "external-agent.h"
2
3 /* This isn't possible with via the ntdb API, but this makes it link. */
4 enum agent_return external_agent_needs_rec(struct ntdb_context *ntdb)
5 {
6         return FAILED;
7 }