=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.164 retrieving revision 1.165 diff -u -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 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.164 2009/11/04 22:44:53 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.165 2009/11/04 23:12:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1564,7 +1564,6 @@ /* 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); @@ -1598,6 +1597,7 @@ 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 *);