=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.635 retrieving revision 1.636 diff -c -r1.635 -r1.636 *** src/usr.bin/tmux/tmux.h 2016/06/15 09:13:46 1.635 --- src/usr.bin/tmux/tmux.h 2016/06/16 10:55:47 1.636 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.635 2016/06/15 09:13:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.636 2016/06/16 10:55:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1277,1282 **** --- 1277,1284 ---- struct key_table *keytable; struct event identify_timer; + void (*identify_callback)(struct client *, struct window_pane *); + void *identify_callback_data; char *message_string; struct event message_timer; *************** *** 1937,1943 **** void server_destroy_session(struct session *); void server_check_unattached(void); void server_set_identify(struct client *); ! void server_clear_identify(struct client *); int server_set_stdin_callback(struct client *, void (*)(struct client *, int, void *), void *, char **); void server_unzoom_window(struct window *); --- 1939,1945 ---- void server_destroy_session(struct session *); void server_check_unattached(void); void server_set_identify(struct client *); ! void server_clear_identify(struct client *, struct window_pane *); int server_set_stdin_callback(struct client *, void (*)(struct client *, int, void *), void *, char **); void server_unzoom_window(struct window *);