27d10157b949475166864635160f7275ab206ebc
[staging/windowmanager.git] / src / util.h
1 #ifndef WM_UTIL_H
2 #define WM_UTIL_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void lognotice(char const *fmt, ...);
9 void logerror(char const *fmt, ...);
10 void fatal(char const *fmt, ...);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif // !WM_UTIL_H