summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-23 23:13:21 +0200
committerGünther Deschner <gd@samba.org>2008-06-24 23:50:31 +0200
commit2341f3381d32972eade1286891a8c45ebce756df (patch)
tree8e6376ff644c6f994a6dd93ec04b2d21ca05b6d1 /source3/libnet/libnet_proto.h
parent07f06eec2155268eb6b00e6edba0c17c13b723b9 (diff)
downloadsamba-2341f3381d32972eade1286891a8c45ebce756df.tar.gz
samba-2341f3381d32972eade1286891a8c45ebce756df.tar.bz2
samba-2341f3381d32972eade1286891a8c45ebce756df.zip
net_vampire: add basic libnet_dssync() infrastructure.
Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30)
Diffstat (limited to 'source3/libnet/libnet_proto.h')
-rw-r--r--source3/libnet/libnet_proto.h8
1 files changed, 8 insertions, 0 deletions
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_ */