diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 14:36:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-29 14:36:51 +0100 |
commit | 489f66cd422453c00afd14121fb61a41a6785249 (patch) | |
tree | 1a1e87be0531264f943920878180a79c9ffa3cc9 /source4/libcli/ldap | |
parent | 21208d3303ec13056f706ee74132822a7dd2f36a (diff) | |
download | samba-489f66cd422453c00afd14121fb61a41a6785249.tar.gz samba-489f66cd422453c00afd14121fb61a41a6785249.tar.bz2 samba-489f66cd422453c00afd14121fb61a41a6785249.zip |
Change remaining prototype headers to be private.
(This used to be commit 2f7ff409e89c9682e681ddcf54439db9e3b6ccb4)
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r-- | source4/libcli/ldap/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/config.mk b/source4/libcli/ldap/config.mk index 9b0dc1a0f4..bcdedd3440 100644 --- a/source4/libcli/ldap/config.mk +++ b/source4/libcli/ldap/config.mk @@ -13,6 +13,6 @@ PRIVATE_DEPENDENCIES = LIBCLI_COMPOSITE samba-socket NDR_SAMR LIBTLS ASN1_UTIL \ PUBLIC_HEADERS += libcli/ldap/ldap.h [SUBSYSTEM::LDAP_ENCODE] -PUBLIC_PROTO_HEADER = ldap_ndr.h +PRIVATE_PROTO_HEADER = ldap_ndr.h OBJ_FILES = ldap_ndr.o # FIXME PRIVATE_DEPENDENCIES = LIBLDB |