summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-13 13:44:28 +0200
committerKai Blin <kai@samba.org>2008-05-20 14:27:40 +0200
commit007f0e19dc4c6afc2d5f97d7f89932d4eff7d354 (patch)
treea8cb61f78f873ef6a6f19145216b991ccb7a5433 /source3/utils/net_proto.h
parent572de942c780910195c124dc2c4a0f2192668321 (diff)
downloadsamba-007f0e19dc4c6afc2d5f97d7f89932d4eff7d354.tar.gz
samba-007f0e19dc4c6afc2d5f97d7f89932d4eff7d354.tar.bz2
samba-007f0e19dc4c6afc2d5f97d7f89932d4eff7d354.zip
net: Split out "net group"
(This used to be commit 3ddd9c09e3b51df01ac34a9a1537e8954d2b1167)
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 2462135a2e..0e35ee7fed 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -138,6 +138,11 @@ int get_my_ip_address( struct sockaddr_storage **pp_ss );
int net_help_dom(struct net_context *c, int argc, const char **argv);
int net_dom(struct net_context *c, int argc, const char **argv);
+/* The following definitions come from utils/net_group.c */
+
+int net_group_usage(struct net_context *c, int argc, const char **argv);
+int net_group(struct net_context *c, int argc, const char **argv);
+
/* The following definitions come from utils/net_groupmap.c */
int net_help_groupmap(struct net_context *c, int argc, const char **argv);
@@ -145,7 +150,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_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);
int net_help_printer(struct net_context *c, int argc, const char **argv);