summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-05-31 17:03:48 +0000
committerJim McDonough <jmcd@samba.org>2002-05-31 17:03:48 +0000
commit1b9c519dc964791273186cced8d17fd9c7793ce9 (patch)
treee26d8418b2a5d8d0b53ade15659486cdfae7de78 /source3/utils/net.h
parente01175020613858f78f3fd604b758d9f6eae6f9e (diff)
downloadsamba-1b9c519dc964791273186cced8d17fd9c7793ce9.tar.gz
samba-1b9c519dc964791273186cced8d17fd9c7793ce9.tar.bz2
samba-1b9c519dc964791273186cced8d17fd9c7793ce9.zip
Enable net rpc share and net rpc file commands (list subcommands only), and
autoselect for this subcommand when appropriate. (This used to be commit 77418256d3162b41a672a25f7e512999f1193926)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index af6f153f7b..5a53740679 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -49,3 +49,6 @@ extern char *opt_host;
extern char *opt_user_name;
extern char *opt_password;
extern BOOL opt_user_specified;
+
+extern const char *share_type[];
+