summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/idmap_adex/idmap_adex.h2
-rw-r--r--source3/winbindd/idmap_proto.h2
-rw-r--r--source3/winbindd/winbindd_proto.h2
3 files changed, 0 insertions, 6 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,
diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h
index 42900a6690..efe7ac6027 100644
--- a/source3/winbindd/idmap_proto.h
+++ b/source3/winbindd/idmap_proto.h
@@ -12,8 +12,6 @@ NTSTATUS idmap_backends_unixid_to_sid(const char *domname,
struct id_map *id);
NTSTATUS idmap_backends_sid_to_unixid(const char *domname,
struct id_map *id);
-NTSTATUS idmap_new_mapping(const struct dom_sid *psid, enum id_type type,
- struct unixid *pxid);
/* The following definitions come from winbindd/idmap_nss.c */
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index c822baa462..874112bbbb 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -151,8 +151,6 @@ void winbindd_ccache_ntlm_auth(struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_ccache_ntlm_auth(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
void winbindd_ccache_save(struct winbindd_cli_state *state);
-enum winbindd_result winbindd_dual_ccache_save(
- struct winbindd_domain *domain, struct winbindd_cli_state *state);
/* The following definitions come from winbindd/winbindd_cm.c */