From 4a6d8280ea27ca7a6998219aacc4b15b1227a659 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 15 Jan 2003 16:07:14 +0000 Subject: * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE --- source/utils/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/utils/net.h') diff --git a/source/utils/net.h b/source/utils/net.h index 6fa4bd6bcec..c1b49a919b4 100644 --- a/source/utils/net.h +++ b/source/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; -- cgit