aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 4d23cab..6bb6b3a 100644
--- a/dwm.h
+++ b/dwm.h
@@ -127,6 +127,8 @@ extern void *erealloc(void *ptr, unsigned int size);
extern void spawn(Arg *arg);
/* view.c */
+extern void attach(Client *c);
+extern void detach(Client *c);
extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern void focusnext(Arg *arg);