From: Ralph Boehme Date: Mon, 18 Nov 2019 17:39:53 +0000 (+0100) Subject: s3: remove a prototype that is generated by loadparm X-Git-Tag: ldb-2.1.0~534 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=299718ccd4f301f0ab90d2d65b05725c45b40c3a;p=thirdparty%2Fsamba.git s3: remove a prototype that is generated by loadparm Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 2c22734ae98..fa023141076 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -878,7 +878,6 @@ void lp_set_posix_pathnames(void); enum brl_flavour lp_posix_cifsu_locktype(files_struct *fsp); void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); int lp_min_receive_file_size(void); -char* lp_perfcount_module(TALLOC_CTX *ctx); void widelinks_warning(int snum); const char *lp_ncalrpc_dir(void); void _lp_set_server_role(int server_role);