diff options
author | Drew DeVault <[email protected]> | 2015-08-09 14:43:55 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-08-09 14:43:55 -0400 |
commit | 9f554b10bcdf0e74a517e9564ca9764be41d92c0 (patch) | |
tree | f3796f8b65ed50f479fc896385aaf479eda5961c /sway/log.h | |
parent | ec2fedf6d0d4d101351bfa03a60beb02c90573fc (diff) | |
parent | 69edcb88eada370ae95b8d19dd63b426f3ce165f (diff) |
Merge pull request #3 from jdiez17/log_colors_option
log, commands: Add log_colors command
Diffstat (limited to 'sway/log.h')
-rw-r--r-- | sway/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ typedef enum { } log_importance_t; void init_log(int verbosity); +void sway_log_colors(int mode); void sway_log(int verbosity, char* format, ...); void sway_abort(char* format, ...); |