summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-02 14:19:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-02 14:19:45 (GMT)
commit5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154 (patch)
tree549515efaf94dad5cb2ff56417248b34d0aa0fb3 /Source/cmCTest.h
parentb60c9ae05ac501921060eb7f2b53e7d69e58cced (diff)
downloadCMake-5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154.zip
CMake-5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154.tar.gz
CMake-5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154.tar.bz2
Url escape password
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 7f81aea..5e252c3 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -216,6 +216,7 @@ private:
bool OpenOutputFile(const std::string& path,
const std::string& name, std::ofstream& stream);
std::string MakeXMLSafe(const std::string&);
+ std::string MakeURLSafe(const std::string&);
};
#endif