Add missing prototype.

This commit is contained in:
Nicholas Marriott 2012-04-23 23:25:02 +00:00
parent d3e432069b
commit 94795eb48e

View File

@ -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