summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-14 14:24:21 +0200
committerKai Blin <kai@samba.org>2008-05-20 14:28:01 +0200
commitf9a6d1f2645eef2654a8ff1fc59e83ee762d4014 (patch)
tree24694f29d6a60741881bbf8723021dba09406f7c /source3/utils/net_proto.h
parent00f6ad7b5a7ea684b329c2ce68ada77036c94b08 (diff)
downloadsamba-f9a6d1f2645eef2654a8ff1fc59e83ee762d4014.tar.gz
samba-f9a6d1f2645eef2654a8ff1fc59e83ee762d4014.tar.bz2
samba-f9a6d1f2645eef2654a8ff1fc59e83ee762d4014.zip
net: Split out "net share"
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289)
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index 3a98c3bc01..1472e8feb8 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_share(struct net_context *c, int argc, const char **argv);
int net_help_printer(struct net_context *c, int argc, const char **argv);
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);
@@ -404,6 +403,11 @@ int net_rpc_shell(struct net_context *c, int argc, const char **argv);
int net_sam(struct net_context *c, int argc, const char **argv);
+/* The following definitions come from utils/net_share.c */
+
+int net_share_usage(struct net_context *c, int argc, const char **argv);
+int net_share(struct net_context *c, int argc, const char **argv);
+
/* The following definitions come from utils/net_status.c */
int net_status(struct net_context *c, int argc, const char **argv);