diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 00:00:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-24 00:52:01 +0100 |
commit | 2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583 (patch) | |
tree | 8a72a9a0ca14d6d854ce12f9da69a3f514cf322f /source3/winbindd | |
parent | b903c289390741e423c7457e7ee82c8c5cb8b74b (diff) | |
download | samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.gz samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.bz2 samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.zip |
s3-prototypes: remove protos of some dead functions.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_adex/idmap_adex.h | 2 | ||||
-rw-r--r-- | source3/winbindd/idmap_proto.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.h b/source3/winbindd/idmap_adex/idmap_adex.h index 61befeb8d2..18edf2fad9 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.h +++ b/source3/winbindd/idmap_adex/idmap_adex.h @@ -157,8 +157,6 @@ NTSTATUS get_sid_type(ADS_STRUCT *ads, NTSTATUS cell_locate_membership(ADS_STRUCT * ads); NTSTATUS cell_lookup_settings(struct likewise_cell * cell); -NTSTATUS cell_follow_links(struct likewise_cell *cell); -NTSTATUS cell_set_local_provider(void); /* likewise_cell.c */ diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h index efe7ac6027..fa7f712024 100644 --- a/source3/winbindd/idmap_proto.h +++ b/source3/winbindd/idmap_proto.h @@ -5,7 +5,6 @@ bool idmap_is_online(void); NTSTATUS smb_register_idmap(int version, const char *name, struct idmap_methods *methods); void idmap_close(void); -NTSTATUS idmap_init_cache(void); NTSTATUS idmap_allocate_uid(struct unixid *id); NTSTATUS idmap_allocate_gid(struct unixid *id); NTSTATUS idmap_backends_unixid_to_sid(const char *domname, |