commit - d3f93c7c1a13a2a78f04fb41ad1935525df948db
commit + 9bffa845faa181fb3afe05f3dc86ad79c80736be
blob - 5646a5c6c818fd50c110c5750d324020b1c6b257
blob + b3c43eeb23a693a4e734a945cdf3aa31a6d51b86
--- dwm.c
+++ dwm.c
static void motionnotify(XEvent *e);
static void movemouse(const Arg *arg);
static Client *nexttiled(Client *c);
-static void pop(Client *);
+static void pop(Client *c);
static void propertynotify(XEvent *e);
static void quit(const Arg *arg);
static Monitor *recttomon(int x, int y, int w, int h);
static void spawn(const Arg *arg);
static void tag(const Arg *arg);
static void tagmon(const Arg *arg);
-static void tile(Monitor *);
+static void tile(Monitor *m);
static void togglebar(const Arg *arg);
static void togglefloating(const Arg *arg);
static void toggletag(const Arg *arg);