X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Futil.hh;h=2325ebf0b813ff0b38ae5a0bceb48caac82bd5c9;hb=7d3b12d931ed48d3577b92ba3c246e76f7a881e7;hp=aac92560ed64d42158208d30ef55942f348b7cfb;hpb=35fcb62ddd4861f857d93941407e3d87d444b2cc;p=chaz%2Fopenbox diff --git a/otk/util.hh b/otk/util.hh index aac92560..2325ebf0 100644 --- a/otk/util.hh +++ b/otk/util.hh @@ -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