mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
16cc345d4f
This renames everything from tdb2 to ntdb: importantly, we no longer use the tdb_ namespace, so you can link against both ntdb and tdb if you want to. This also enables building of standalone ntdb by the autobuild script. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 lines
192 B
C
8 lines
192 B
C
#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;
|
|
}
|