mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Various minor style and spacing nits.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2325,7 +2325,7 @@ void set_signals(void(*)(int, short, void *));
|
||||
void clear_signals(int);
|
||||
|
||||
/* control.c */
|
||||
void control_callback(struct client *, int, void*);
|
||||
void control_callback(struct client *, int, void *);
|
||||
void printflike2 control_write(struct client *, const char *, ...);
|
||||
void control_write_buffer(struct client *, struct evbuffer *);
|
||||
|
||||
|
Reference in New Issue
Block a user