X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.h;h=57d628abfc3e47638a9503883677ed180f59bed6;hb=c86f131681182258208ef97e81206ccc44e718ee;hp=939b54678016c56c67a47ec9d4e487f9f033787a;hpb=9955ddc978c2e6acfe246f29f1d317b55d860757;p=dwm.git diff --git a/dwm.h b/dwm.h index 939b546..57d628a 100644 --- a/dwm.h +++ b/dwm.h @@ -121,6 +121,7 @@ extern int xerror(Display *dsply, XErrorEvent *ee); 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);