From e8f5cf2940667a60698d28fe0cae208792357676 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 11:16:36 +0000 Subject: valgrind fixes, and fixes for writing shit all over the environment. yay~!!!!!!! --- otk/util.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/util.hh') diff --git a/otk/util.hh b/otk/util.hh index 2664c1fa..2325ebf0 100644 --- a/otk/util.hh +++ b/otk/util.hh @@ -40,6 +40,7 @@ inline std::string itostring(unsigned int i) inline std::string itostring(int i) { return itostring((long) i); } +void putenv(const std::string &data); std::string basename(const std::string& path); -- cgit v1.2.3