]> Dogcows Code - chaz/openbox/blobdiff - otk/util.hh
fix indenting
[chaz/openbox] / otk / util.hh
index 2664c1faa78d8674ac782d9887a4785d3d3450d4..91c247a684a7d8b6abbdf3aebce6947a6db6bebf 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifndef _BLACKBOX_UTIL_HH
-#define _BLACKBOX_UTIL_HH
+#ifndef __util_hh
+#define __util_hh
 
 extern "C" {
 #include <X11/Xlib.h>
@@ -18,7 +18,6 @@ extern "C" {
 #endif // TIME_WITH_SYS_TIME
 }
 
-
 #include <string>
 #include <vector>
 
@@ -40,9 +39,10 @@ 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);
 
 }
 
-#endif
+#endif // __util_hh
This page took 0.020714 seconds and 4 git commands to generate.