=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.784 retrieving revision 1.785 diff -c -r1.784 -r1.785 *** src/usr.bin/tmux/tmux.h 2017/06/09 15:29:15 1.784 --- src/usr.bin/tmux/tmux.h 2017/06/09 16:01:39 1.785 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.784 2017/06/09 15:29:15 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.785 2017/06/09 16:01:39 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2202,2210 **** void mode_tree_up(struct mode_tree_data *, int); void mode_tree_down(struct mode_tree_data *, int); struct mode_tree_data *mode_tree_start(struct window_pane *, struct args *, ! void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *, ! void *, u_int, u_int), int (*)(void *, void *, const char *), ! void *, const char **, u_int, struct screen **); void mode_tree_build(struct mode_tree_data *); void mode_tree_free(struct mode_tree_data *); void mode_tree_resize(struct mode_tree_data *, u_int, u_int); --- 2202,2211 ---- void mode_tree_up(struct mode_tree_data *, int); void mode_tree_down(struct mode_tree_data *, int); struct mode_tree_data *mode_tree_start(struct window_pane *, struct args *, ! void (*)(void *, u_int, uint64_t *, const char *), ! struct screen *(*)(void *, void *, u_int, u_int), ! int (*)(void *, void *, const char *), void *, const char **, ! u_int, struct screen **); void mode_tree_build(struct mode_tree_data *); void mode_tree_free(struct mode_tree_data *); void mode_tree_resize(struct mode_tree_data *, u_int, u_int);