7a1545457a330b2c29a58a8cb1dbd02883d5850f
[staging/windowmanager.git] / src / util.h
1 #ifndef WM_UTIL_H
2 #define WM_UTIL_H
3
4 void lognotice(char const *fmt, ...);
5 void logerror(char const *fmt, ...);
6 void fatal(char const *fmt, ...);
7
8 #endif // !WM_UTIL_H