=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1182 retrieving revision 1.1183 diff -c -r1.1182 -r1.1183 *** src/usr.bin/tmux/tmux.h 2022/09/28 07:55:29 1.1182 --- src/usr.bin/tmux/tmux.h 2022/10/28 13:00:02 1.1183 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1182 2022/09/28 07:55:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1183 2022/10/28 13:00:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2163,2169 **** 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 *); --- 2163,2169 ---- 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 *, int); /* options.c */ struct options *options_create(struct options *); *************** *** 3185,3190 **** --- 3185,3191 ---- void control_notify_session_closed(struct session *); void control_notify_session_window_changed(struct session *); void control_notify_paste_buffer_changed(const char *); + void control_notify_paste_buffer_deleted(const char *); /* session.c */ extern struct sessions sessions;