summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-23 17:29:01 +0200
committerGünther Deschner <gd@samba.org>2008-06-23 23:38:53 +0200
commit48a680ecf2a00169066c6e6c84ec3fecc3245dbd (patch)
treec2e7bf3a887f2846f7ba1b95ed4d00a45cdfcb04 /source3/libnet/libnet_proto.h
parent8725626ec8b2b2a11b2c0bb5e7010f229d552b5e (diff)
downloadsamba-48a680ecf2a00169066c6e6c84ec3fecc3245dbd.tar.gz
samba-48a680ecf2a00169066c6e6c84ec3fecc3245dbd.tar.bz2
samba-48a680ecf2a00169066c6e6c84ec3fecc3245dbd.zip
net_vampire: more libnet_samsync restructuring.
Guenther (This used to be commit 3bcda522f025aff249678a8a086218679fc19c6b)
Diffstat (limited to 'source3/libnet/libnet_proto.h')
-rw-r--r--source3/libnet/libnet_proto.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h
index ba73a3e8bc..2440cd3c7f 100644
--- a/source3/libnet/libnet_proto.h
+++ b/source3/libnet/libnet_proto.h
@@ -47,12 +47,8 @@ _PUBLIC_ void ndr_print_libnet_UnjoinCtx(struct ndr_print *ndr, const char *name
NTSTATUS libnet_samsync_init_context(TALLOC_CTX *mem_ctx,
const struct dom_sid *domain_sid,
- const char *domain_name,
- enum net_samsync_mode mode,
struct samsync_context **ctx_p);
-NTSTATUS libnet_samsync(struct rpc_pipe_client *pipe_hnd,
- enum netr_SamDatabaseID database_id,
- samsync_fn_t callback_fn,
+NTSTATUS libnet_samsync(enum netr_SamDatabaseID database_id,
struct samsync_context *ctx);
NTSTATUS pull_netr_AcctLockStr(TALLOC_CTX *mem_ctx,
struct lsa_BinaryString *r,