From 31f1ad43114cca6684f59fdf93cd8230c5ca21b4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Jun 2008 15:10:00 +0200 Subject: libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback. Guenther (This used to be commit cbff970facae295650742d12768f23c7f67380a6) --- source3/libnet/libnet_dssync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libnet/libnet_dssync.h') diff --git a/source3/libnet/libnet_dssync.h b/source3/libnet/libnet_dssync.h index 8c26562845..2fe7718f07 100644 --- a/source3/libnet/libnet_dssync.h +++ b/source3/libnet/libnet_dssync.h @@ -21,6 +21,7 @@ struct dssync_context; typedef NTSTATUS (*dssync_processing_fn_t)(TALLOC_CTX *, struct drsuapi_DsReplicaObjectListItemEx *, + struct drsuapi_DsReplicaOIDMapping_Ctr *, struct dssync_context *ctx); struct dssync_context { -- cgit