aboutsummaryrefslogtreecommitdiffstats
path: root/common/log.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-11-18 11:22:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-11-18 11:22:02 -0500
commit733993a651c71f7e2198d505960d6bbd31e0e107 (patch)
treee51732c5872b624e73355f9e5b3f762101f3cd0d /common/log.c
parentInitial (awful) pass on xdg shell support (diff)
downloadsway-733993a651c71f7e2198d505960d6bbd31e0e107.tar.gz
sway-733993a651c71f7e2198d505960d6bbd31e0e107.tar.zst
sway-733993a651c71f7e2198d505960d6bbd31e0e107.zip
Move everything to sway/old/
Diffstat (limited to 'common/log.c')
-rw-r--r--common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.c b/common/log.c
index 6dc9d743..c47b4eea 100644
--- a/common/log.c
+++ b/common/log.c
@@ -9,7 +9,6 @@
9#include <string.h> 9#include <string.h>
10#include <time.h> 10#include <time.h>
11#include "log.h" 11#include "log.h"
12#include "sway.h"
13#include "readline.h" 12#include "readline.h"
14 13
15static int colored = 1; 14static int colored = 1;
@@ -117,6 +116,7 @@ void _sway_log(const char *filename, int line, log_importance_t verbosity, const
117 va_end(args); 116 va_end(args);
118} 117}
119 118
119void sway_terminate(int code);
120 120
121void _sway_abort(const char *filename, int line, const char* format, ...) { 121void _sway_abort(const char *filename, int line, const char* format, ...) {
122 va_list args; 122 va_list args;