diff -r 713dcc7d2c42 -r 56fee1dc9d53 dwm.h --- a/dwm.h Fri Aug 04 13:42:40 2006 +0200 +++ b/dwm.h Fri Aug 04 14:40:32 2006 +0200 @@ -121,6 +121,7 @@ extern void appendtag(Arg *arg); extern void dofloat(Arg *arg); extern void dotile(Arg *arg); +extern void initrregs(); extern Client *getnext(Client *c); extern Client *getprev(Client *c); extern void replacetag(Arg *arg);