mirror of
https://github.com/tmux/tmux.git
synced 2025-12-23 16:56:06 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
tmux.h
2
tmux.h
@@ -1503,7 +1503,7 @@ struct tmuxproc *proc_start(const char *);
|
||||
void proc_loop(struct tmuxproc *, int (*)(void));
|
||||
void proc_exit(struct tmuxproc *);
|
||||
void proc_set_signals(struct tmuxproc *, void(*)(int));
|
||||
void proc_clear_signals(struct tmuxproc *);
|
||||
void proc_clear_signals(struct tmuxproc *, int);
|
||||
struct tmuxpeer *proc_add_peer(struct tmuxproc *, int,
|
||||
void (*)(struct imsg *, void *), void *);
|
||||
void proc_remove_peer(struct tmuxpeer *);
|
||||
|
||||
Reference in New Issue
Block a user