README: update

This commit is contained in:
Leah Neukirchen
2020-05-22 21:40:11 +02:00
parent 3a570bb679
commit 9fb725f417
2 changed files with 9 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ struct screen_q Screenq = TAILQ_HEAD_INITIALIZER(Screenq);
struct conf Conf;
volatile sig_atomic_t cwm_status;
__dead void usage(void);
void usage(void);
static void sighdlr(int);
static int x_errorhandler(Display *, XErrorEvent *);
static int x_init(const char *);