From 80b47fcb0a73fb97a1b918173a61c55831239a0a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 2 Jul 2010 00:14:04 +0200 Subject: s3-libnet: better separate headers. Guenther --- source3/libnet/libnet_dssync.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/libnet/libnet_dssync.h') diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h index e05aaa374b..91f48f5e85 100644 --- a/source3/libnet/libnet_dssync.h +++ b/source3/libnet/libnet_dssync.h @@ -58,3 +58,10 @@ struct dssync_context { }; extern const struct dssync_ops libnet_dssync_keytab_ops; + +/* 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); -- cgit