diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-07-14 22:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-07-14 22:01:10 +0100 |
commit | acbbc93501eea6732bdca3ca9f39589b867c6b68 (patch) | |
tree | 8cbb581679f054ecebb30070b38c749a2c1faa51 /tmux.h | |
parent | 1265e212e47ca6cfc05ffbccc1edc079f97de461 (diff) | |
parent | 932f6cfbfc98ab2d6e593f7fa3473a6bb3269967 (diff) | |
download | rtmux-acbbc93501eea6732bdca3ca9f39589b867c6b68.tar.gz rtmux-acbbc93501eea6732bdca3ca9f39589b867c6b68.tar.bz2 rtmux-acbbc93501eea6732bdca3ca9f39589b867c6b68.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |