From 2341f3381d32972eade1286891a8c45ebce756df Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 23 Jun 2008 23:13:21 +0200 Subject: net_vampire: add basic libnet_dssync() infrastructure. Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30) --- source3/libnet/libnet_proto.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source3/libnet/libnet_proto.h') diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h index 2440cd3c7f..720b52bcc7 100644 --- a/source3/libnet/libnet_proto.h +++ b/source3/libnet/libnet_proto.h @@ -53,4 +53,12 @@ NTSTATUS libnet_samsync(enum netr_SamDatabaseID database_id, NTSTATUS pull_netr_AcctLockStr(TALLOC_CTX *mem_ctx, struct lsa_BinaryString *r, struct netr_AcctLockStr **str_p); + +/* The following definitions come from libnet/libnet_dssync.c */ + +NTSTATUS libnet_dssync_init_context(TALLOC_CTX *mem_ctx, + struct dssync_context **ctx_p); +NTSTATUS libnet_dssync(TALLOC_CTX *mem_ctx, + struct dssync_context *ctx); + #endif /* _LIBNET_PROTO_H_ */ -- cgit