From 48a680ecf2a00169066c6e6c84ec3fecc3245dbd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 23 Jun 2008 17:29:01 +0200 Subject: net_vampire: more libnet_samsync restructuring. Guenther (This used to be commit 3bcda522f025aff249678a8a086218679fc19c6b) --- source3/libnet/libnet_proto.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source3/libnet/libnet_proto.h') 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, -- cgit