summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-01 11:48:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-01 04:19:05 +0200
commit9aef68f4c2791227186fa81f1ec19c40df435e18 (patch)
tree6e0aba8df0d14b4ef6333da3869b0875a805d12c /source3/include
parent5f176378a802703778ae07c36e95fe186b6e57a8 (diff)
downloadsamba-9aef68f4c2791227186fa81f1ec19c40df435e18.tar.gz
samba-9aef68f4c2791227186fa81f1ec19c40df435e18.tar.bz2
samba-9aef68f4c2791227186fa81f1ec19c40df435e18.zip
s3-param Make lp_statedir() const
This disables % substitutions in the 'state dir' parameter. This is used all over the codebase, and need to be internally consistent between all the Samba tasks. Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 363d5e761a..2c34c58968 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1191,7 +1191,7 @@ char *lp_addprinter_cmd(void);
char *lp_deleteprinter_cmd(void);
char *lp_os2_driver_map(void);
const char *lp_lockdir(void);
-char *lp_statedir(void);
+const char *lp_statedir(void);
char *lp_cachedir(void);
char *lp_piddir(void);
char *lp_mangling_method(void);