]> Dogcows Code - chaz/openbox/blobdiff - otk/util.hh
set masks properly
[chaz/openbox] / otk / util.hh
index aac92560ed64d42158208d30ef55942f348b7cfb..2325ebf0b813ff0b38ae5a0bceb48caac82bd5c9 100644 (file)
@@ -40,10 +40,10 @@ inline std::string itostring(unsigned int i)
 inline std::string itostring(int i)
   { return itostring((long) i); }
 
-}
+void putenv(const std::string &data);
 
-#ifndef   HAVE_BASENAME
 std::string basename(const std::string& path);
-#endif
+
+}
 
 #endif
This page took 0.021909 seconds and 4 git commands to generate.