=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.164 retrieving revision 1.165 diff -c -r1.164 -r1.165 *** src/usr.bin/tmux/tmux.h 2009/11/04 22:44:53 1.164 --- src/usr.bin/tmux/tmux.h 2009/11/04 23:12:43 1.165 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.164 2009/11/04 22:44:53 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.165 2009/11/04 23:12:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1564,1570 **** /* server-client.c */ void server_client_create(int); void server_client_lost(struct client *); - void server_client_prepare(void); void server_client_callback(int, short, void *); void server_client_loop(void); --- 1564,1569 ---- *************** *** 1598,1603 **** --- 1597,1603 ---- void server_destroy_session(struct session *); void server_set_identify(struct client *); void server_clear_identify(struct client *); + void server_update_event(struct client *); /* status.c */ int status_redraw(struct client *);