JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added attach/detach functions which don't attach at the begin of list, but at the...
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 4d23cab..6bb6b3a 100644 (file)
--- 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);