diff options
author | 2016-10-15 00:12:58 +0000 | |
---|---|---|
committer | 2016-10-15 00:12:58 +0000 | |
commit | 83f26c8f0acf0ffa913a4dacf728cd61036d7ea2 (patch) | |
tree | f907e11729fcdabb2502bcff5a1823183e40df6f /usr.bin/tmux/tmux.h | |
parent | Fire hooks on the simple notifys (window-renamed and session-renamed), (diff) | |
download | wireguard-openbsd-83f26c8f0acf0ffa913a4dacf728cd61036d7ea2.tar.xz wireguard-openbsd-83f26c8f0acf0ffa913a4dacf728cd61036d7ea2.zip |
Rename a function for consistency and some spacing nits.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 1c0cf6aa0b1..d0809fe3f45 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.664 2016/10/15 00:09:30 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.665 2016/10/15 00:12:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -2208,7 +2208,7 @@ void control_notify_window_renamed(struct window *); void control_notify_attached_session_changed(struct client *); void control_notify_session_renamed(struct session *); void control_notify_session_created(struct session *); -void control_notify_session_close(struct session *); +void control_notify_session_closed(struct session *); /* session.c */ extern struct sessions sessions; |