=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-client.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/tmux/window-client.c 2019/08/16 11:49:12 1.24 --- src/usr.bin/tmux/window-client.c 2019/12/03 10:47:23 1.25 *************** *** 1,4 **** ! /* $OpenBSD: window-client.c,v 1.24 2019/08/16 11:49:12 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-client.c,v 1.25 2019/12/03 10:47:23 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott *************** *** 313,319 **** } static void ! window_client_do_detach(void* modedata, void *itemdata, __unused struct client *c, key_code key) { struct window_client_modedata *data = modedata; --- 313,319 ---- } static void ! window_client_do_detach(void *modedata, void *itemdata, __unused struct client *c, key_code key) { struct window_client_modedata *data = modedata;