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