summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2016-10-15 00:12:58 +0000
committernicm <nicm@openbsd.org>2016-10-15 00:12:58 +0000
commit83f26c8f0acf0ffa913a4dacf728cd61036d7ea2 (patch)
treef907e11729fcdabb2502bcff5a1823183e40df6f /usr.bin/tmux/tmux.h
parentFire hooks on the simple notifys (window-renamed and session-renamed), (diff)
downloadwireguard-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.h4
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;