Loads more static, except for cmd-*.c and window-*.c.

This commit is contained in:
nicm
2016-10-10 21:29:23 +00:00
parent 66b5477cc1
commit c426e485e5
25 changed files with 301 additions and 295 deletions

6
tmux.c
View File

@ -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,