blob: eb813990720c21f4acda5eba18aa5cea1a0d9b7f (
plain)
1
2
3
4
5
6
7
|
#include "external-agent.h"
/* This isn't possible with via the ntdb API, but this makes it link. */
enum agent_return external_agent_needs_rec(struct ntdb_context *ntdb)
{
return FAILED;
}
|