summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-07 18:24:33 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-07 18:24:33 +0000
commit40a30948071c7ca97d847994e8721c430c76f910 (patch)
treea5a413da923cae84ba5f9ee323558440072cfb37
parentc525a82cc2625dc586f500effa16623410899b46 (diff)
downloadsamba-40a30948071c7ca97d847994e8721c430c76f910.tar.gz
make proto
-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 */