X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=c00f691621f6159d76550b4a3b0c7b19deea1e38;hb=12280f0253407827c9eba288df29ca669d2053bd;hp=56b8433b97da4949aae8a57690990825d7e46669;hpb=1df45593ed0b5b0487fb605cb7dd46bcb09388e9;p=dwm.git diff --git a/dwm.h b/dwm.h index 56b8433..c00f691 100644 --- a/dwm.h +++ b/dwm.h @@ -146,4 +146,3 @@ void view(const char *arg); /* views the tag with arg's index */ void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ void spawn(const char *arg); /* forks a new subprocess with arg's cmd */ -