summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-14 15:09:29 +0200
committerKai Blin <kai@samba.org>2008-05-20 14:28:07 +0200
commit89cd35d0549eeee1c31d976b86cf4fd45a664c8a (patch)
tree5bdc900a2c662b08634513a1fdbd53525dcd0537 /source3/utils/net_proto.h
parent1634bd92eac7dcb2c6056c862a7a8c18f6bc8d1b (diff)
downloadsamba-89cd35d0549eeee1c31d976b86cf4fd45a664c8a.tar.gz
samba-89cd35d0549eeee1c31d976b86cf4fd45a664c8a.tar.bz2
samba-89cd35d0549eeee1c31d976b86cf4fd45a664c8a.zip
net: Move help for "net status" to net_status.c
(This used to be commit d26681b169a533f838f74d48af072b57afc9f8df)
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index d429aa7ee2..6d6700aa50 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -117,7 +117,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_status(struct net_context *c, int argc, const char **argv);
int net_help(struct net_context *c, int argc, const char **argv);
/* The following definitions come from utils/net_idmap.c */
@@ -409,6 +408,7 @@ int net_share(struct net_context *c, int argc, const char **argv);
/* The following definitions come from utils/net_status.c */
+int net_status_usage(struct net_context *c, int argc, const char **argv);
int net_status(struct net_context *c, int argc, const char **argv);
/* The following definitions come from utils/net_time.c */