summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-24 01:44:29 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-24 01:44:29 +0000
commitc8026bc2d73344e1df526f0a80694046efa4b22a (patch)
tree539e3bca92733aeff631fad70ecc6722550ef0b0 /include/configreader.h
parent58895f9b1daa1e13927462d046a36dec853a40e0 (diff)
Move configuration filename specification to start script, to reduce hardcoded paths in executable
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11759 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 45384b8a3..783af0942 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -698,7 +698,7 @@ class CoreExport ServerConfig : public classbase
* @param name Directory to tidy
* @return The cleaned filename
*/
- static char* CleanFilename(char* name);
+ static const char* CleanFilename(const char* name);
/** Check if a file exists.
* @param file The full path to a file