mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Add missing prototype.
This commit is contained in:
parent
f69ce39a6c
commit
8e8e0f1d53
@ -30,6 +30,7 @@
|
|||||||
void server_client_handle_key(int, struct mouse_event *, void *);
|
void server_client_handle_key(int, struct mouse_event *, void *);
|
||||||
void server_client_repeat_timer(int, short, void *);
|
void server_client_repeat_timer(int, short, void *);
|
||||||
void server_client_check_exit(struct client *);
|
void server_client_check_exit(struct client *);
|
||||||
|
void server_client_check_backoff(struct client *);
|
||||||
void server_client_check_redraw(struct client *);
|
void server_client_check_redraw(struct client *);
|
||||||
void server_client_set_title(struct client *);
|
void server_client_set_title(struct client *);
|
||||||
void server_client_reset_state(struct client *);
|
void server_client_reset_state(struct client *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user