Sync OpenBSD patchset 1101:

Add missing prototype.
This commit is contained in:
Tiago Cunha 2012-04-24 16:24:37 +00:00
parent bea5155fee
commit 714416074a

View File

@ -59,6 +59,7 @@ void client_signal(int, short, void *);
void client_callback(int, short, void *); void client_callback(int, short, void *);
int client_dispatch_attached(void); int client_dispatch_attached(void);
int client_dispatch_wait(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 * Get server create lock. If already held then server start is happening in