Move everything to sway/old/

This commit is contained in:
Drew DeVault 2017-11-18 11:22:02 -05:00
parent 0c8491f7d0
commit 733993a651
128 changed files with 76 additions and 430 deletions

View file

@ -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;