From 572de942c780910195c124dc2c4a0f2192668321 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 13 May 2008 12:51:09 +0200 Subject: net: Split out "net user" (This used to be commit 4ca08a5acc90c77d56f8f3e38443f23f43f034e8) --- source3/utils/net_proto.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 6124f2ddd3..2462135a2e 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -145,7 +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_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_share(struct net_context *c, int argc, const char **argv); int net_help_file(struct net_context *c, int argc, const char **argv); @@ -444,6 +443,11 @@ int net_status(struct net_context *c, int argc, const char **argv); int net_time_usage(struct net_context *c, int argc, const char **argv); int net_time(struct net_context *c, int argc, const char **argv); +/* The following definitions come from utils/net_user.c */ + +int net_user_usage(struct net_context *c, int argc, const char **argv); +int net_user(struct net_context *c, int argc, const char **argv); + /* The following definitions come from utils/net_usershare.c */ int net_usershare_usage(struct net_context *c, int argc, const char **argv); -- cgit