summaryrefslogtreecommitdiff
path: root/lib/util/util_ldb.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 03:14:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 03:14:43 +0100
commit9de80e7abceb3c64c658f2aeeb5ca68e980e89c8 (patch)
treef0e3ad8b63afc0bf0adf7a2e8a2a5cbbceadf09b /lib/util/util_ldb.h
parent72af9b01dc7ee00d79908760af6051f8794fa2b8 (diff)
downloadsamba-9de80e7abceb3c64c658f2aeeb5ca68e980e89c8.tar.gz
samba-9de80e7abceb3c64c658f2aeeb5ca68e980e89c8.tar.bz2
samba-9de80e7abceb3c64c658f2aeeb5ca68e980e89c8.zip
Samba3: Include util.h header file rather than having custom prototypes.
Diffstat (limited to 'lib/util/util_ldb.h')
-rw-r--r--lib/util/util_ldb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/util_ldb.h b/lib/util/util_ldb.h
index 43f98ae1a9..f9eb028916 100644
--- a/lib/util/util_ldb.h
+++ b/lib/util/util_ldb.h
@@ -1,6 +1,8 @@
#ifndef __LIB_UTIL_UTIL_LDB_H__
#define __LIB_UTIL_UTIL_LDB_H__
+struct ldb_dn;
+
/* The following definitions come from lib/util/util_ldb.c */
int gendb_search_v(struct ldb_context *ldb,