diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-20 08:39:10 -0400 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-09-15 12:53:40 +0200 |
commit | 94d86a22a1ecfb74ccaa4ce441c33186544a69c8 (patch) | |
tree | 782ae97245800f25664f485e3d16f844a3e9a8c8 /source3/include/proto.h | |
parent | 65bd8f881db3315c1369835fe6cfc2f27a04ae15 (diff) | |
download | samba-94d86a22a1ecfb74ccaa4ce441c33186544a69c8.tar.gz samba-94d86a22a1ecfb74ccaa4ce441c33186544a69c8.tar.xz samba-94d86a22a1ecfb74ccaa4ce441c33186544a69c8.zip |
s3-misc: Introduce lp_ncalrpc_dir() in S3, like we have in S4.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e1751e803fc..b19f985a855 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 */ |