summaryrefslogtreecommitdiff
path: root/source3/include/dynconfig.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-09-22 19:24:59 +0200
committerVolker Lendecke <vl@samba.org>2008-10-06 09:54:16 +0200
commit2f6026248ec9a84f6a263622f1753e98c89eb543 (patch)
tree803f4237dd323a6c9a13f944abcebe0b578737b6 /source3/include/dynconfig.h
parentf3ba7fc0b973ea66ee57fe0e1be73b3bcefc07fb (diff)
downloadsamba-2f6026248ec9a84f6a263622f1753e98c89eb543.tar.gz
samba-2f6026248ec9a84f6a263622f1753e98c89eb543.tar.bz2
samba-2f6026248ec9a84f6a263622f1753e98c89eb543.zip
Add dyn_NCALRPCDIR
Diffstat (limited to 'source3/include/dynconfig.h')
-rw-r--r--source3/include/dynconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h
index 758bde33cc..8267064f23 100644
--- a/source3/include/dynconfig.h
+++ b/source3/include/dynconfig.h
@@ -71,6 +71,10 @@ const char *get_dyn_PIDDIR(void);
const char *set_dyn_PIDDIR(const char *newpath);
bool is_default_dyn_PIDDIR(void);
+const char *get_dyn_NCALRPCDIR(void);
+const char *set_dyn_NCALRPCDIR(const char *newpath);
+bool is_default_dyn_NCALRPCDIR(void);
+
const char *get_dyn_SMB_PASSWD_FILE(void);
const char *set_dyn_SMB_PASSWD_FILE(const char *newpath);
bool is_default_dyn_SMB_PASSWD_FILE(void);