From 54bc155736b9b20746d73808b037c0df50b048fb Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 20 May 2008 13:35:04 +0200 Subject: net: Make "net ads" use functable3 (This used to be commit 64e3dc63966ecf216b354263e4bd5dfd1491abcc) --- source3/utils/net_proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 79ff8fed79..0d4714cf9f 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -46,7 +46,6 @@ uint32 get_sec_channel_type(const char *param); /* The following definitions come from utils/net_ads.c */ -int net_ads_help(struct net_context *c, int argc, const char **argv); ADS_STATUS ads_startup(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads); ADS_STATUS ads_startup_nobind(struct net_context *c, bool only_own_domain, ADS_STRUCT **ads); int net_ads_check_our_domain(struct net_context *c); @@ -59,7 +58,6 @@ int net_ads_printer_usage(struct net_context *c, int argc, const char **argv); int net_ads_changetrustpw(struct net_context *c, int argc, const char **argv); int net_ads_keytab(struct net_context *c, int argc, const char **argv); int net_ads_kerberos(struct net_context *c, int argc, const char **argv); -int net_ads_usage(struct net_context *c, int argc, const char **argv); int net_ads(struct net_context *c, int argc, const char **argv); /* The following definitions come from utils/net_ads_gpo.c */ -- cgit