-
-/* main.c */
-void updatebarpos(void); /* updates the bar position */
-void quit(const char *arg); /* quit dwm nicely */
-int xerror(Display *dsply, XErrorEvent *ee); /* dwm's X error handler */
-
-/* tag.c */
-void compileregs(void); /* initialize regexps of rules defined in config.h */
-Bool isvisible(Client *c); /* returns True if client is visible */
-void settags(Client *c, Client *trans); /* sets tags of c */
-void tag(const char *arg); /* tags sel with arg's index */