diff options
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r-- | source3/utils/net_proto.h | 2 |
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 */ |