From 94795eb48e50ee247ebe5be2efc790268fa80f1a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 23 Apr 2012 23:25:02 +0000 Subject: [PATCH] Add missing prototype. --- client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client.c b/client.c index 84edf128..113083fd 100644 --- a/client.c +++ b/client.c @@ -59,6 +59,7 @@ void client_signal(int, short, void *); void client_callback(int, short, void *); int client_dispatch_attached(void); int client_dispatch_wait(void *); +const char *client_exit_message(void); /* * Get server create lock. If already held then server start is happening in