mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Some more static.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1798,8 +1798,6 @@ void tty_keys_free(struct tty *);
|
||||
key_code tty_keys_next(struct tty *);
|
||||
|
||||
/* arguments.c */
|
||||
int args_cmp(struct args_entry *, struct args_entry *);
|
||||
RB_PROTOTYPE(args_tree, args_entry, entry, args_cmp);
|
||||
struct args *args_create(int, ...);
|
||||
struct args *args_parse(const char *, int, char **);
|
||||
void args_free(struct args *);
|
||||
|
Reference in New Issue
Block a user