aboutsummaryrefslogtreecommitdiffstats
path: root/include/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index 3d77769c..945ad239 100644
--- a/include/log.h
+++ b/include/log.h
@@ -16,6 +16,7 @@ void sway_log(log_importance_t verbosity, const char* format, ...) __attribute__
16void sway_log_errno(log_importance_t verbosity, char* format, ...) __attribute__((format(printf,2,3))); 16void sway_log_errno(log_importance_t verbosity, char* format, ...) __attribute__((format(printf,2,3)));
17void sway_abort(const char* format, ...) __attribute__((format(printf,1,2))); 17void sway_abort(const char* format, ...) __attribute__((format(printf,1,2)));
18bool sway_assert(bool condition, const char* format, ...) __attribute__((format(printf,2,3))); 18bool sway_assert(bool condition, const char* format, ...) __attribute__((format(printf,2,3)));
19void error_handler(int sig);
19 20
20void layout_log(const swayc_t *c, int depth); 21void layout_log(const swayc_t *c, int depth);
21#endif 22#endif