=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/control-notify.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/tmux/control-notify.c 2016/10/15 00:12:58 1.17 +++ src/usr.bin/tmux/control-notify.c 2016/10/16 22:06:40 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: control-notify.c,v 1.17 2016/10/15 00:12:58 nicm Exp $ */ +/* $OpenBSD: control-notify.c,v 1.18 2016/10/16 22:06:40 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott @@ -158,7 +158,7 @@ } void -control_notify_attached_session_changed(struct client *c) +control_notify_client_session_changed(struct client *c) { struct session *s;