aboutsummaryrefslogtreecommitdiffstats
path: root/include/log.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-28 08:49:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-28 08:49:02 -0500
commite0cb8284fbb74baefacaedfda9ef420eaf0b3a61 (patch)
treefa4b967d1137ed4147fa7fd713142749c7792e36 /include/log.h
parentStyle fixes in swaybg (diff)
downloadsway-e0cb8284fbb74baefacaedfda9ef420eaf0b3a61.tar.gz
sway-e0cb8284fbb74baefacaedfda9ef420eaf0b3a61.tar.zst
sway-e0cb8284fbb74baefacaedfda9ef420eaf0b3a61.zip
Rearrange logging headers
Ref #270
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/log.h b/include/log.h
index eada025e..268783f4 100644
--- a/include/log.h
+++ b/include/log.h
@@ -1,7 +1,6 @@
1#ifndef _SWAY_LOG_H 1#ifndef _SWAY_LOG_H
2#define _SWAY_LOG_H 2#define _SWAY_LOG_H
3#include <stdbool.h> 3#include <stdbool.h>
4#include "container.h"
5 4
6typedef enum { 5typedef enum {
7 L_SILENT = 0, 6 L_SILENT = 0,
@@ -35,7 +34,4 @@ void _sway_log(log_importance_t verbosity, const char* format, ...) __attribute_
35 34
36void error_handler(int sig); 35void error_handler(int sig);
37 36
38void layout_log(const swayc_t *c, int depth);
39const char *swayc_type_string(enum swayc_types type);
40void swayc_log(log_importance_t verbosity, swayc_t *cont, const char* format, ...) __attribute__((format(printf,3,4)));
41#endif 37#endif