Add missing prototype.

This commit is contained in:
Nicholas Marriott 2010-08-31 22:46:59 +00:00
parent f69ce39a6c
commit 8e8e0f1d53

View File

@ -30,6 +30,7 @@
void server_client_handle_key(int, struct mouse_event *, void *);
void server_client_repeat_timer(int, short, void *);
void server_client_check_exit(struct client *);
void server_client_check_backoff(struct client *);
void server_client_check_redraw(struct client *);
void server_client_set_title(struct client *);
void server_client_reset_state(struct client *);