diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-15 16:10:57 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-15 16:10:57 +0000 |
commit | 9eeab10e54e9e94082ced649b33ee45b4f59f858 (patch) | |
tree | d8f15fe653360a75074819eb507fcd073170556a /source3/utils/net.h | |
parent | 3300eb086ed1704d535b7ef8201a2dd886b88dcc (diff) | |
download | samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.tar.gz samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.tar.xz samba-9eeab10e54e9e94082ced649b33ee45b4f59f858.zip |
[merge]
* removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
(This used to be commit 25a9681ddda47a41fac8fdc97ca50b7f4c579eaf)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r-- | source3/utils/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index 6fa4bd6bcec..c1b49a919b4 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -38,6 +38,7 @@ extern int opt_maxusers; extern const char *opt_comment; +extern char *opt_container; extern int opt_flags; extern const char *opt_comment; |