aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 0c37711..dfa1034 100644
--- a/dwm.h
+++ b/dwm.h
@@ -131,8 +131,8 @@ extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern void focusnext(Arg *arg);
extern void focusprev(Arg *arg);
-extern void growcol(Arg *arg);
extern Bool isvisible(Client *c);
+extern void resizetile(Arg *arg);
extern void restack();
extern void togglemode(Arg *arg);
extern void toggleview(Arg *arg);