=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.559 retrieving revision 1.560 diff -u -r1.559 -r1.560 --- src/usr.bin/tmux/tmux.h 2015/09/14 11:34:50 1.559 +++ src/usr.bin/tmux/tmux.h 2015/09/14 11:57:22 1.560 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.559 2015/09/14 11:34:50 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.560 2015/09/14 11:57:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2073,7 +2073,7 @@ /* window-copy.c */ extern const struct window_mode window_copy_mode; -void window_copy_init_from_pane(struct window_pane *, u_int); +void window_copy_init_from_pane(struct window_pane *, int); void window_copy_init_for_output(struct window_pane *); void printflike(2, 3) window_copy_add(struct window_pane *, const char *, ...); void window_copy_vadd(struct window_pane *, const char *, va_list);