summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2016-10-16 22:18:04 +0000
committernicm <nicm@openbsd.org>2016-10-16 22:18:04 +0000
commitaff3adff5a384916f6cbc3d13d59bc012e31020c (patch)
tree97e7c323a1273035b043d659d34658308566ff2f /usr.bin/tmux/tmux.h
parentFix trailing whitespace and shorten long lines. (diff)
downloadwireguard-openbsd-aff3adff5a384916f6cbc3d13d59bc012e31020c.tar.xz
wireguard-openbsd-aff3adff5a384916f6cbc3d13d59bc012e31020c.zip
Use notifys for alerts too.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 17732bd522f..d153881036a 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.671 2016/10/16 22:06:40 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.672 2016/10/16 22:18:04 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -1585,6 +1585,7 @@ enum mode_key_cmd mode_key_lookup(struct mode_key_data *, key_code);
void notify_input(struct window_pane *, struct evbuffer *);
void notify_client(const char *, struct client *);
void notify_session(const char *, struct session *);
+void notify_winlink(const char *, struct session *, struct winlink *);
void notify_session_window(const char *, struct session *, struct window *);
void notify_window(const char *, struct window *);
void notify_pane(const char *, struct window_pane *);