TDB2: remove TDB1 compatibility.
[metze/samba/wip.git] / lib / tdb2 / test / helpapi-external-agent.c
1 #include "external-agent.h"
2
3 /* This isn't possible with via the tdb2 API, but this makes it link. */
4 enum agent_return external_agent_needs_rec(struct tdb_context *tdb)
5 {
6         return FAILED;
7 }