=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1180 retrieving revision 1.1181 diff -c -r1.1180 -r1.1181 *** src/usr.bin/tmux/tmux.h 2022/08/15 08:54:03 1.1180 --- src/usr.bin/tmux/tmux.h 2022/08/15 09:10:34 1.1181 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1180 2022/08/15 08:54:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1181 2022/08/15 09:10:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2154,2159 **** --- 2154,2160 ---- 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 *); + void notify_paste_buffer(const char *); /* options.c */ struct options *options_create(struct options *); *************** *** 3174,3179 **** --- 3175,3181 ---- void control_notify_session_created(struct session *); void control_notify_session_closed(struct session *); void control_notify_session_window_changed(struct session *); + void control_notify_paste_buffer_changed(const char *); /* session.c */ extern struct sessions sessions;