client_cyclenext() -> client_cycle() since we now pass an arg.

removes a stray proto as well.

discussed with and ok oga@
This commit is contained in:
okan
2008-05-19 17:24:19 +00:00
parent 71f99ab78f
commit 6733ac217f
3 changed files with 3 additions and 4 deletions

View File

@ -590,7 +590,7 @@ match:
}
struct client_ctx *
client_cyclenext(int reverse)
client_cycle(int reverse)
{
struct client_ctx *oldcc = client_current(), *newcc;
struct screen_ctx *sc = screen_current();