diff options
author | Volker Lendecke <vl@samba.org> | 2008-09-22 19:24:59 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-06 09:54:16 +0200 |
commit | 2f6026248ec9a84f6a263622f1753e98c89eb543 (patch) | |
tree | 803f4237dd323a6c9a13f944abcebe0b578737b6 /source3/include/dynconfig.h | |
parent | f3ba7fc0b973ea66ee57fe0e1be73b3bcefc07fb (diff) | |
download | samba-2f6026248ec9a84f6a263622f1753e98c89eb543.tar.gz |
Add dyn_NCALRPCDIR
Diffstat (limited to 'source3/include/dynconfig.h')
-rw-r--r-- | source3/include/dynconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index 758bde33cc5..8267064f23e 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); |