diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-17 12:01:28 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-17 12:01:28 +0000 |
commit | 0610f66fa9c8e5ac46e796a2dbc89bb1b369d84f (patch) | |
tree | 5a1203bc453a07be05a2c652e635570adb8ee672 /tmux.h | |
parent | 71eb965dd9ef1e511dfb6d2b24196cca550e1284 (diff) | |
parent | 115bb33257ece9eec1c890cc04683227678a895f (diff) | |
download | rtmux-0610f66fa9c8e5ac46e796a2dbc89bb1b369d84f.tar.gz rtmux-0610f66fa9c8e5ac46e796a2dbc89bb1b369d84f.tar.bz2 rtmux-0610f66fa9c8e5ac46e796a2dbc89bb1b369d84f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1773,7 +1773,7 @@ extern const char *socket_path; extern const char *shell_command; extern int ptm_fd; extern const char *shell_command; -int areshell(const char *); +int checkshell(const char *); void setblocking(int, int); const char *find_cwd(void); const char *find_home(void); |