summaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: 27d10157b949475166864635160f7275ab206ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef WM_UTIL_H
#define WM_UTIL_H

#ifdef __cplusplus
extern "C" {
#endif

void lognotice(char const *fmt, ...);
void logerror(char const *fmt, ...);
void fatal(char const *fmt, ...);

#ifdef __cplusplus
}
#endif

#endif // !WM_UTIL_H