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:
3
hooks.c
3
hooks.c
@ -29,8 +29,7 @@ struct hooks {
|
||||
};
|
||||
|
||||
static int hooks_cmp(struct hook *, struct hook *);
|
||||
RB_PROTOTYPE(hooks_tree, hook, entry, hooks_cmp);
|
||||
RB_GENERATE(hooks_tree, hook, entry, hooks_cmp);
|
||||
RB_GENERATE_STATIC(hooks_tree, hook, entry, hooks_cmp);
|
||||
|
||||
static struct hook *hooks_find1(struct hooks *, const char *);
|
||||
static void hooks_free1(struct hooks *, struct hook *);
|
||||
|
Reference in New Issue
Block a user