=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.827 retrieving revision 1.828 diff -u -r1.827 -r1.828 --- src/usr.bin/tmux/tmux.h 2018/07/04 09:44:07 1.827 +++ src/usr.bin/tmux/tmux.h 2018/07/04 12:30:52 1.828 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.827 2018/07/04 09:44:07 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.828 2018/07/04 12:30:52 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1594,6 +1594,7 @@ 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 *);