aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-10-15 00:12:58 +0000
committernicm <nicm>2016-10-15 00:12:58 +0000
commit3f138dc40c37ddee021b92e5d29676ed96b6cab8 (patch)
treeefbe5f7d5c6ff93b807629f3257fb424094eb8c8 /tmux.h
parent63b2547a0255c42bff405ca34577de240a99b736 (diff)
downloadrtmux-3f138dc40c37ddee021b92e5d29676ed96b6cab8.tar.gz
rtmux-3f138dc40c37ddee021b92e5d29676ed96b6cab8.tar.bz2
rtmux-3f138dc40c37ddee021b92e5d29676ed96b6cab8.zip
Rename a function for consistency and some spacing nits.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 0db6f031..00d08016 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;