Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-10-10 16:01:12 +01:00
3 changed files with 16 additions and 17 deletions

2
tmux.h
View File

@ -1800,8 +1800,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 *);