Some more static.

This commit is contained in:
nicm
2016-10-10 13:54:47 +00:00
parent b8f2dd8237
commit 7d4b416fe6
3 changed files with 16 additions and 17 deletions

2
tmux.h
View File

@ -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 *);