mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-25 16:19:02 +01:00
Sync OpenBSD patchset 755:
Add missing prototype.
This commit is contained in:
parent
a8b22d3673
commit
510b43569f
@ -1,4 +1,4 @@
|
|||||||
/* $Id: server-client.c,v 1.40 2010-08-29 14:39:45 tcunha Exp $ */
|
/* $Id: server-client.c,v 1.41 2010-09-07 13:19:53 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -29,6 +29,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…
Reference in New Issue
Block a user