From 5d92d969dda450cc3564dd2265d2b042d832c542 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 11 Feb 2010 16:12:29 -0500 Subject: Introduce lp_safe_widelinks() This way we avoid any chance that a configuration reload may turn back on wide links when unix extensions are enabled. --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 95519e318f..3549ea6c62 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4393,6 +4393,7 @@ void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); +bool lp_safe_widelinks(int snum); /* The following definitions come from param/util.c */ -- cgit