mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Loads more static, except for cmd-*.c and window-*.c.
This commit is contained in:
6
tmux.c
6
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,
|
||||
|
Reference in New Issue
Block a user