diff options
author | Justin Crawford <Justasic@Gmail.com> | 2012-05-16 15:56:38 -0700 |
---|---|---|
committer | Justin Crawford <Justasic@Gmail.com> | 2012-07-06 09:15:48 -0700 |
commit | c79475caa82104e82f9a914b7673bd61f7a1f01f (patch) | |
tree | d72fcbd522607fb6bc535af79887b26b6b725f2e /include/configreader.h | |
parent | def08e968b2ed922d7ee69d92d6754f858d00f57 (diff) |
Added color codes to /rules, moved the parsing to ServerConfig and cleaned the code up a bit
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index 509ff9c0c..e360d3917 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -568,7 +568,11 @@ class CoreExport ServerConfig void Fill(); - /* Returns true if the given string starts with a windows drive letter + /** Parses color codes from string values to actual color codes + */ + void ProcessColors(ConfigFileCache::iterator &file); + + /** Returns true if the given string starts with a windows drive letter */ bool StartsWithWindowsDriveLetter(const std::string &path); |