From 94d86a22a1ecfb74ccaa4ce441c33186544a69c8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 20 May 2010 08:39:10 -0400 Subject: s3-misc: Introduce lp_ncalrpc_dir() in S3, like we have in S4. --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index e1751e803f..b19f985a85 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3667,6 +3667,7 @@ int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); void widelinks_warning(int snum); +char *lp_ncalrpc_dir(void); /* The following definitions come from param/loadparm_server_role.c */ -- cgit