From 97d066464b68f0414c658693d3b768279906bf97 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Dec 2006 20:51:50 +0000 Subject: r20306: remove the static oid mapping table and attach the table to the dsdb_schema metze (This used to be commit df63995ec5f322d17145664c1f174783861e1723) --- source4/dsdb/samdb/samdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dsdb/samdb') diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 55e19fccb3..40e269f35f 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -26,6 +26,7 @@ struct auth_session_info; struct drsuapi_DsNameInfo1; struct drsuapi_DsReplicaObject; +struct drsuapi_DsReplicaOIDMapping_Ctr; #include "librpc/gen_ndr/security.h" #include "lib/ldb/include/ldb.h" -- cgit