summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2016-10-10 21:29:23 +0000
committernicm <nicm>2016-10-10 21:29:23 +0000
commitc426e485e527a03aa3b4bdbb3203f621e006cbd5 (patch)
tree2f0add91706d06d7cf4d748294805c8d4d4d8d39 /tmux.c
parent66b5477cc1909e57489f854939a524ce2cd0f479 (diff)
Loads more static, except for cmd-*.c and window-*.c.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.c b/tmux.c
index abe2c672..413fea3a 100644
--- a/tmux.c
+++ b/tmux.c
@@ -44,10 +44,10 @@ struct hooks *global_hooks;
struct timeval start_time;
const char *socket_path;
-__dead void usage(void);
-static char *make_label(const char *);
+static __dead void usage(void);
+static char *make_label(const char *);
-__dead void
+static __dead void
usage(void)
{
fprintf(stderr,