From 45653bd1b1a59435dbb2f3d8f19e485f4c20e2fb Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Mon, 12 May 2008 14:38:21 +0200 Subject: net: Split out common help functions. (This used to be commit efc863e3758501a4c62dc9762eb0aded2dad01ff) --- 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 dc2f5e0731..d5ca40c9df 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -145,8 +145,6 @@ int net_groupmap(struct net_context *c, int argc, const char **argv); /* The following definitions come from utils/net_help.c */ -int net_common_methods_usage(struct net_context *c, int argc, const char**argv); -int net_common_flags_usage(struct net_context *c, int argc, const char **argv); int net_help_user(struct net_context *c, int argc, const char **argv); int net_help_group(struct net_context *c, int argc, const char **argv); int net_help_join(struct net_context *c, int argc, const char **argv); -- cgit