diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-03 17:27:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:40 -0500 |
commit | 63d718e243fd03e6ea24c47e7442975ec088a5b5 (patch) | |
tree | 97224ad82f32e4f61429316f32d244d0bea4aeae /source4/lib/samba3 | |
parent | 92461359f79803d97f942912d347c692fa596dc4 (diff) | |
download | samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.gz samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.xz samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.zip |
r12696: Reduce the size of include/structs.h
(This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/samba3/samba3.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 76d3f50e4b..fc741ced0d 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -5,6 +5,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 DESCRIPTION = Library for reading Samba3 data files +PRIVATE_PROTO_HEADER = samba3_proto.h PUBLIC_HEADERS = samba3.h OBJ_FILES = smbpasswd.o tdbsam.o policy.o \ idmap.o winsdb.o samba3.o group.o \ diff --git a/source4/lib/samba3/samba3.h b/source4/lib/samba3/samba3.h index a5f60bf1c2..e66be625e0 100644 --- a/source4/lib/samba3/samba3.h +++ b/source4/lib/samba3/samba3.h @@ -210,4 +210,6 @@ struct samba3 struct samba3_regdb registry; }; +#include "samba3/samba3_proto.h" + #endif /* _SAMBA3_H */ |