diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dynconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index 3aba194ab2..b6a186f91b 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -29,4 +29,5 @@ extern char const *dyn_SBINDIR, extern pstring dyn_CONFIGFILE; extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; -extern pstring dyn_LIBDIR, dyn_LOCKDIR; +extern pstring dyn_LIBDIR; +extern const pstring dyn_LOCKDIR; |