diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-16 10:01:33 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-16 10:01:33 +0100 |
commit | dd66ede38beab6ccb9b3848c218421c43499e761 (patch) | |
tree | 7e279735e7c417b726ba66f90d19d85edacd972c /tmux.h | |
parent | 3aa1e5810c3f5ea6998e0c533d83cd91b6250c7d (diff) | |
parent | a2e47b527986af6140a9dfa43c9448347dc0a050 (diff) | |
download | rtmux-dd66ede38beab6ccb9b3848c218421c43499e761.tar.gz rtmux-dd66ede38beab6ccb9b3848c218421c43499e761.tar.bz2 rtmux-dd66ede38beab6ccb9b3848c218421c43499e761.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1727,6 +1727,7 @@ extern int ptm_fd; extern const char *shell_command; int checkshell(const char *); void setblocking(int, int); +const char *sig2name(int); const char *find_cwd(void); const char *find_home(void); const char *getversion(void); |