]> Dogcows Code - chaz/openbox/blobdiff - otk/util.hh
valgrind fixes, and fixes for writing shit all over the environment. yay~!!!!!!!
[chaz/openbox] / otk / util.hh
index 2664c1faa78d8674ac782d9887a4785d3d3450d4..2325ebf0b813ff0b38ae5a0bceb48caac82bd5c9 100644 (file)
@@ -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);
 
This page took 0.027891 seconds and 4 git commands to generate.