From 44c260743cc01d7fa07b66b771b94de98b5b7444 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Thu, 22 May 2008 09:41:21 +0200 Subject: net: Add net_run_function3 (This used to be commit ba1108f06ae5860c8f418dc383b027068780abf9) --- source3/utils/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net.h') diff --git a/source3/utils/net.h b/source3/utils/net.h index a5078d0266..b816aec4e6 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -61,6 +61,7 @@ struct net_context { bool smb_encrypt; struct libnetapi_ctx *netapi_ctx; + bool display_usage; const char *share_type[]; }; -- cgit