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/libcli/cldap | |
parent | 92461359f79803d97f942912d347c692fa596dc4 (diff) | |
download | samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.gz samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.tar.bz2 samba-63d718e243fd03e6ea24c47e7442975ec088a5b5.zip |
r12696: Reduce the size of include/structs.h
(This used to be commit 63917616016133c623fc6ff59454bc313ee7dd8f)
Diffstat (limited to 'source4/libcli/cldap')
-rw-r--r-- | source4/libcli/cldap/cldap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/cldap/cldap.h b/source4/libcli/cldap/cldap.h index e1f59464e5..0baaec02df 100644 --- a/source4/libcli/cldap/cldap.h +++ b/source4/libcli/cldap/cldap.h @@ -23,6 +23,8 @@ #include "libcli/util/asn_1.h" #include "librpc/gen_ndr/ndr_nbt.h" +struct ldap_message; + enum cldap_request_state {CLDAP_REQUEST_SEND, CLDAP_REQUEST_WAIT, CLDAP_REQUEST_DONE, |