summaryrefslogtreecommitdiff
path: root/source3/include/dynconfig.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-02-04 17:58:31 +0100
committerKai Blin <kai@samba.org>2008-02-04 18:03:33 +0100
commit381132872b72c054ed6d51b9d840194a5b3f877d (patch)
tree189b114a0e958828154194e6ae54d4b5590084a3 /source3/include/dynconfig.h
parentf527fca984291e693f1ef758b208e02f14bf6733 (diff)
downloadsamba-381132872b72c054ed6d51b9d840194a5b3f877d.tar.gz
samba-381132872b72c054ed6d51b9d840194a5b3f877d.tar.bz2
samba-381132872b72c054ed6d51b9d840194a5b3f877d.zip
dynconfig: Add missing prototypes and fix typoed ones.
Jeremy, please check. (This used to be commit e7539730d003e9bdc0bf8208d1d426082dad84a5)
Diffstat (limited to 'source3/include/dynconfig.h')
-rw-r--r--source3/include/dynconfig.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h
index cba71645bd..fac027ccfe 100644
--- a/source3/include/dynconfig.h
+++ b/source3/include/dynconfig.h
@@ -55,8 +55,8 @@ const char *get_dyn_CONFIGFILE(void);
const char *set_dyn_CONFIGFILE(const char *newpath);
bool is_default_dyn_CONFIGFILE(void);
-const char *get_dyn_dyn_LOGFILEBASE(void);
-const char *set_dyn_dyn_LOGFILEBASE(const char *newpath);
+const char *get_dyn_LOGFILEBASE(void);
+const char *set_dyn_LOGFILEBASE(const char *newpath);
bool is_default_dyn_LOGFILEBASE(void);
const char *get_dyn_LMHOSTSFILE(void);
@@ -92,7 +92,9 @@ const char *set_dyn_PRIVATE_DIR(const char *newpath);
bool is_default_dyn_PRIVATE_DIR(void);
const char *get_dyn_STATEDIR(void);
+const char *set_dyn_STATEDIR(const char *newpath);
bool is_default_dyn_STATEDIR(void);
const char *get_dyn_CACHEDIR(void);
+const char *set_dyn_CACHEDIR(const char *newpath);
bool is_default_dyn_CACHEDIR(bool);