=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.855 retrieving revision 1.856 diff -c -r1.855 -r1.856 *** src/usr.bin/tmux/tmux.h 2019/03/07 20:24:21 1.855 --- src/usr.bin/tmux/tmux.h 2019/03/08 10:34:20 1.856 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.855 2019/03/07 20:24:21 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.856 2019/03/08 10:34:20 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2310,2317 **** /* window-copy.c */ extern const struct window_mode window_copy_mode; ! 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); void window_copy_pageup(struct window_pane *, int); --- 2310,2316 ---- /* window-copy.c */ extern const struct window_mode window_copy_mode; ! extern const struct window_mode window_view_mode; void printflike(2, 3) window_copy_add(struct window_pane *, const char *, ...); void window_copy_vadd(struct window_pane *, const char *, va_list); void window_copy_pageup(struct window_pane *, int);