diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-11-18 11:22:02 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-11-18 11:22:02 -0500 |
| commit | cffad2482344e4f341f9ab0b47f684534cb469f5 (patch) | |
| tree | e51732c5872b624e73355f9e5b3f762101f3cd0d /common/log.c | |
| parent | 8f323ed3b39617ab94f8a65aec97fb1088a74193 (diff) | |
Move everything to sway/old/
Diffstat (limited to 'common/log.c')
| -rw-r--r-- | common/log.c | 2 |
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 @@ #include <string.h> #include <time.h> #include "log.h" -#include "sway.h" #include "readline.h" static int colored = 1; @@ -117,6 +116,7 @@ void _sway_log(const char *filename, int line, log_importance_t verbosity, const va_end(args); } +void sway_terminate(int code); void _sway_abort(const char *filename, int line, const char* format, ...) { va_list args; |
