initial commit
[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