aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 97908d98..50d7fb03 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1433,7 +1433,7 @@ extern struct options *global_w_options;
extern struct environ *global_environ;
extern char *shell_cmd;
extern struct timeval start_time;
-extern char socket_path[PATH_MAX];
+extern const char *socket_path;
const char *getshell(void);
int checkshell(const char *);
int areshell(const char *);