summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-09-07 13:19:53 +0000
committerTiago Cunha <tcunha@gmx.com>2010-09-07 13:19:53 +0000
commit510b43569f4746d1d12f7b204c54b1e48a07033c (patch)
tree75aec05ff2ff0012891a3d37792926620d0b7ef2
parenta8b22d3673a4f34c049949f9f0dcd880d2882cd3 (diff)
Sync OpenBSD patchset 755:
Add missing prototype.
-rw-r--r--server-client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c
index 43af341f..91bb9b9d 100644
--- a/server-client.c
+++ b/server-client.c
@@ -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>
@@ -29,6 +29,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 *);