mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Loads more static, except for cmd-*.c and window-*.c.
This commit is contained in:
@ -35,8 +35,7 @@ struct options {
|
||||
};
|
||||
|
||||
static int options_cmp(struct options_entry *, struct options_entry *);
|
||||
RB_PROTOTYPE(options_tree, options_entry, entry, options_cmp);
|
||||
RB_GENERATE(options_tree, options_entry, entry, options_cmp);
|
||||
RB_GENERATE_STATIC(options_tree, options_entry, entry, options_cmp);
|
||||
|
||||
static void options_free1(struct options *, struct options_entry *);
|
||||
|
||||
|
Reference in New Issue
Block a user