diff options
author | Luke Leighton <lkcl@samba.org> | 1998-05-18 14:17:47 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-05-18 14:17:47 +0000 |
commit | 646ab2b0a773592a5973ce78fecfb24b39aa2506 (patch) | |
tree | ab0b0bea789a68923fbb4de508b4ce528dc74c8e /source3/include | |
parent | 648ceb2f2ed5c9c029cf85f22f0dfccdd915ab12 (diff) | |
download | samba-646ab2b0a773592a5973ce78fecfb24b39aa2506.tar.gz |
resolving compilation errors
(This used to be commit dea0c06eec44a7c2860f97d8f23584d30e482e0a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 29135ec02b9..e4cefae1931 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -225,7 +225,6 @@ void initialize_multibyte_vectors( int client_codepage); /*The following definitions come from ldap.c */ -BOOL ldap_open_connection(LDAP **ldap_struct); BOOL add_ldappwd_entry(struct smb_passwd *newpwd); BOOL mod_ldappwd_entry(struct smb_passwd *pwd, BOOL override); BOOL add_ldap21pwd_entry(struct sam_passwd *newpwd); |