repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: get rid of vars=locals() in source3/modules/wscript_build
[Samba.git]
/
lib
/
ntdb
/
test
/
helpapi-external-agent.c
blob
eb813990720c21f4acda5eba18aa5cea1a0d9b7f
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
}