summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2009-12-07 19:44:32 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2009-12-07 19:44:32 +0000
commitfc3db209b2e917c334341db1ee5d5aae75b4a64a (patch)
treea26068ae233fac6acf0fe1585d74ad9f450b92a0
parentfd6764671828f8f75d4a18c440733b8c9c244cd6 (diff)
be consistent
ok oga@
-rw-r--r--app/cwm/kbfunc.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c
index cd5ae72b8..7ee690255 100644
--- a/app/cwm/kbfunc.c
+++ b/app/cwm/kbfunc.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: kbfunc.c,v 1.44 2009/11/28 17:52:12 tobias Exp $
+ * $Id: kbfunc.c,v 1.45 2009/12/07 19:44:31 okan Exp $
*/
#include <paths.h>
@@ -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;