From ba0ba4e85b6c248cfc8079d6db9b8a22e55f7336 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 28 Jun 2010 16:54:56 +0200 Subject: s3: Make some routines static in smbldap --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 07a6757936..a65449558f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -818,8 +818,6 @@ bool parse_usershare_acl(TALLOC_CTX *ctx, const char *acl_str, struct security_d /* The following definitions come from lib/smbldap.c */ int smb_ldap_start_tls(LDAP *ldap_struct, int version); -int smb_ldap_setup_conn(LDAP **ldap_struct, const char *uri); -int smb_ldap_upgrade_conn(LDAP *ldap_struct, int *new_version) ; int smb_ldap_setup_full_conn(LDAP **ldap_struct, const char *uri); int smbldap_search(struct smbldap_state *ldap_state, const char *base, int scope, const char *filter, -- cgit