summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/util.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-08 09:28:38 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-08 13:03:06 +1100
commitd22a9e5d3bee44ac59922a2a602ad235bf450d5d (patch)
treee6cfc4c1a3000dc9895ca143fbde02ca48fb252a /source4/dsdb/samdb/ldb_modules/util.h
parent5d6032eb4b3e77240d2eccf7c644d1a30da89c78 (diff)
downloadsamba-d22a9e5d3bee44ac59922a2a602ad235bf450d5d.tar.gz
samba-d22a9e5d3bee44ac59922a2a602ad235bf450d5d.tar.bz2
samba-d22a9e5d3bee44ac59922a2a602ad235bf450d5d.zip
s4-dsdb: squash some unknown structure warnings
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/util.h')
-rw-r--r--source4/dsdb/samdb/ldb_modules/util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/util.h b/source4/dsdb/samdb/ldb_modules/util.h
index 608d2c26cb..53ed9bd48e 100644
--- a/source4/dsdb/samdb/ldb_modules/util.h
+++ b/source4/dsdb/samdb/ldb_modules/util.h
@@ -19,9 +19,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-struct dsdb_schema; /* predeclare schema struct */
+/* predeclare some structures used by utility functions */
+struct dsdb_schema;
struct GUID;
struct dsdb_attribute;
+struct dsdb_fsmo_extended_op;
#include "dsdb/samdb/ldb_modules/util_proto.h"