summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/include/proto.h1
-rw-r--r--source/include/winbindd_proto.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index a84ac890921..18132475bdc 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -375,7 +375,6 @@ BOOL map_domain_sid_to_name(DOM_SID *sid, char *nt_domain);
BOOL map_domain_sid_to_any_dc(DOM_SID *sid, char *dc_name);
BOOL split_domain_name(const char *fullname, char *domain, char *name);
BOOL enumtrustdoms(char ***doms, uint32 *num_entries);
-BOOL enumdomains(char ***doms, uint32 *num_entries);
/*The following definitions come from lib/signal.c */
diff --git a/source/include/winbindd_proto.h b/source/include/winbindd_proto.h
index 63e92dd3ec3..c53eee37db8 100644
--- a/source/include/winbindd_proto.h
+++ b/source/include/winbindd_proto.h
@@ -173,7 +173,6 @@ BOOL map_domain_sid_to_name(DOM_SID *sid, char *nt_domain);
BOOL map_domain_sid_to_any_dc(DOM_SID *sid, char *dc_name);
BOOL split_domain_name(const char *fullname, char *domain, char *name);
BOOL enumtrustdoms(char ***doms, uint32 *num_entries);
-BOOL enumdomains(char ***doms, uint32 *num_entries);
/*The following definitions come from lib/signal.c */