summaryrefslogtreecommitdiff
path: root/otk/util.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-11 11:16:36 +0000
committerDana Jansens <danakj@orodu.net>2003-01-11 11:16:36 +0000
commite8f5cf2940667a60698d28fe0cae208792357676 (patch)
tree2dc2879b9c6e1e6c303ac0595d3eb6cfcbc113b5 /otk/util.hh
parentbc88d310fea71823fb2c61d071ff499579bffaba (diff)
valgrind fixes, and fixes for writing shit all over the environment. yay~!!!!!!!
Diffstat (limited to 'otk/util.hh')
-rw-r--r--otk/util.hh1
1 files changed, 1 insertions, 0 deletions
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);