aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-07-04 15:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2018-07-04 15:02:25 +0100
commit20154f391ea0821d4e58ce952b69e08a33209b74 (patch)
treec4dc2791ead38feeb455d5279ecdbe31f5d0862c /tmux.h
parent5c0ce192ed313c988f7d67e4911ef602a894cea0 (diff)
parent98c4291df2201271a0d70fc141cfaf744021ff35 (diff)
downloadrtmux-20154f391ea0821d4e58ce952b69e08a33209b74.tar.gz
rtmux-20154f391ea0821d4e58ce952b69e08a33209b74.tar.bz2
rtmux-20154f391ea0821d4e58ce952b69e08a33209b74.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 01020400..52e61dad 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1598,6 +1598,7 @@ void printflike(4, 5) hooks_insert(struct hooks *, struct cmdq_item *,
struct cmd_find_state *, const char *, ...);
/* notify.c */
+void notify_hook(struct cmdq_item *, const char *);
void notify_input(struct window_pane *, struct evbuffer *);
void notify_client(const char *, struct client *);
void notify_session(const char *, struct session *);