mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Loads more static, except for cmd-*.c and window-*.c.
This commit is contained in:
4
cfg.c
4
cfg.c
@ -36,7 +36,7 @@ char **cfg_causes;
|
||||
u_int cfg_ncauses;
|
||||
struct client *cfg_client;
|
||||
|
||||
void cfg_default_done(struct cmd_q *);
|
||||
static void cfg_default_done(struct cmd_q *);
|
||||
|
||||
void
|
||||
set_cfg_file(const char *path)
|
||||
@ -126,7 +126,7 @@ load_cfg(const char *path, struct cmd_q *cmdq, int quiet)
|
||||
return (found);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
cfg_default_done(__unused struct cmd_q *cmdq)
|
||||
{
|
||||
if (--cfg_references != 0)
|
||||
|
Reference in New Issue
Block a user