]> git.ozlabs.org Git - ccan/blob - junkcode/rusty@rustcorp.com.au-ntdb/test/helpapi-external-agent.h
ccan/ntdb: demote to junkcode.
[ccan] / junkcode / rusty@rustcorp.com.au-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 }