mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
Add missing prototype.
This commit is contained in:
parent
d3e432069b
commit
94795eb48e
1
client.c
1
client.c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user