summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2009-12-07 19:44:31 +0000
committerokan <okan>2009-12-07 19:44:31 +0000
commit892e1e1c0d67438b6b0d36cb4ebce6dbede4e983 (patch)
treeddcebb2e776c52d30d6aa6c1207ee951a02a6aec
parent4e2014863b7572aafbab77dd6482cfa74bf35110 (diff)
downloadcwm-892e1e1c0d67438b6b0d36cb4ebce6dbede4e983.tar.gz
cwm-892e1e1c0d67438b6b0d36cb4ebce6dbede4e983.tar.xz
cwm-892e1e1c0d67438b6b0d36cb4ebce6dbede4e983.zip
be consistent
ok oga@
-rw-r--r--kbfunc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 97bf7cf..8128c6b 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -124,9 +124,9 @@ kbfunc_moveresize(struct client_ctx *cc, union arg *arg)
 }
 
 void
-kbfunc_client_search(struct client_ctx *scratch, union arg *arg)
+kbfunc_client_search(struct client_ctx *cc, union arg *arg)
 {
-	struct client_ctx	*cc, *old_cc;
+	struct client_ctx	*old_cc;
 	struct menu		*mi;
 	struct menu_q		 menuq;
 
@@ -159,7 +159,7 @@ kbfunc_client_search(struct client_ctx *scratch, union arg *arg)
 }
 
 void
-kbfunc_menu_search(struct client_ctx *scratch, union arg *arg)
+kbfunc_menu_search(struct client_ctx *cc, union arg *arg)
 {
 	struct cmd	*cmd;
 	struct menu	*mi;
@@ -185,7 +185,7 @@ kbfunc_menu_search(struct client_ctx *scratch, union arg *arg)
 }
 
 void
-kbfunc_client_cycle(struct client_ctx *scratch, union arg *arg)
+kbfunc_client_cycle(struct client_ctx *cc, union arg *arg)
 {
 	struct screen_ctx	*sc;
 
@@ -223,7 +223,7 @@ kbfunc_lock(struct client_ctx *cc, union arg *arg)
 }
 
 void
-kbfunc_exec(struct client_ctx *scratch, union arg *arg)
+kbfunc_exec(struct client_ctx *cc, union arg *arg)
 {
 #define NPATHS 256
 	char		**ap, *paths[NPATHS], *path, *pathcpy, *label;
@@ -310,7 +310,7 @@ out:
 }
 
 void
-kbfunc_ssh(struct client_ctx *scratch, union arg *arg)
+kbfunc_ssh(struct client_ctx *cc, union arg *arg)
 {
 	struct menu	*mi;
 	struct menu_q	 menuq;