helpapi-external-agent.h 192 B

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