summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-14 15:22:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:17 -0500
commit61933e159cc2a8399f8bb1fa53844a67f8bba55b (patch)
treebaba882669ebcca5508caadf017fe2e81e561d6c /source4/lib
parente3f2414cf9e582a4e4deecc662b64a7bb2679a34 (diff)
downloadsamba-61933e159cc2a8399f8bb1fa53844a67f8bba55b.tar.gz
samba-61933e159cc2a8399f8bb1fa53844a67f8bba55b.tar.bz2
samba-61933e159cc2a8399f8bb1fa53844a67f8bba55b.zip
r14381: Kill structs.h
(This used to be commit 1ffb82a7596f989c90df69573083a2c2e28f8808)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/samba3/samba3.h2
-rw-r--r--source4/lib/util/util.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h
index e66be625e0..cfe0f7904a 100644
--- a/source4/lib/samba3/samba3.h
+++ b/source4/lib/samba3/samba3.h
@@ -23,7 +23,7 @@
#include "librpc/gen_ndr/security.h"
#include "librpc/gen_ndr/samr.h"
-#include "param/generic.h"
+#include "param/param.h"
struct samba3_samaccount {
uint32_t logon_time,
diff --git a/source4/lib/util/util.h b/source4/lib/util/util.h
index 318e497105..e0255c692c 100644
--- a/source4/lib/util/util.h
+++ b/source4/lib/util/util.h
@@ -30,6 +30,8 @@
*/
struct substitute_context;
+struct asn1_data;
+struct smbsrv_tcon;
#include "util/xfile.h"
#include "util/debug.h"