diff options
author | Günther Deschner <gd@samba.org> | 2011-02-23 13:29:00 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-23 15:42:35 +0100 |
commit | ab64634a2070042d96da7aadc7fff2ea97199c0e (patch) | |
tree | 8eb85fbac3f6217bb1f7675345a7466980b60bfe /source3/winbindd/idmap_adex | |
parent | 148252331ab7f236858febb9bfc52c66ea8a2ff3 (diff) | |
download | samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.gz samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.bz2 samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.zip |
s3-proto: remove some prototypes of non-existing functions.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/idmap_adex')
-rw-r--r-- | source3/winbindd/idmap_adex/idmap_adex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.h b/source3/winbindd/idmap_adex/idmap_adex.h index cfb3b807f9..61befeb8d2 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.h +++ b/source3/winbindd/idmap_adex/idmap_adex.h @@ -170,8 +170,6 @@ bool cell_list_remove(struct likewise_cell * cell); void cell_list_destroy(void); void cell_destroy(struct likewise_cell *c); -void cell_set_forest_searches(struct likewise_cell *c, - bool search); void cell_set_dns_domain(struct likewise_cell *c, const char *dns_domain); void cell_set_connection(struct likewise_cell *c, |