[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.904 and 1.905

version 1.904, 2019/05/25 06:58:10 version 1.905, 2019/05/25 07:18:20
Line 2016 
Line 2016 
 struct cmd_parse_result *cmd_parse_from_file(FILE *, struct cmd_parse_input *);  struct cmd_parse_result *cmd_parse_from_file(FILE *, struct cmd_parse_input *);
 struct cmd_parse_result *cmd_parse_from_string(const char *,  struct cmd_parse_result *cmd_parse_from_string(const char *,
                      struct cmd_parse_input *);                       struct cmd_parse_input *);
   struct cmd_parse_result *cmd_parse_from_arguments(int, char **,
                        struct cmd_parse_input *);
   
 /* cmd-list.c */  /* cmd-list.c */
 struct cmd_list *cmd_list_new(void);  struct cmd_list *cmd_list_new(void);
 void             cmd_list_append(struct cmd_list *, struct cmd *);  void             cmd_list_append(struct cmd_list *, struct cmd *);
 void             cmd_list_move(struct cmd_list *, struct cmd_list *);  void             cmd_list_move(struct cmd_list *, struct cmd_list *);
 struct cmd_list *cmd_list_parse(int, char **, const char *, u_int, char **);  
 void             cmd_list_free(struct cmd_list *);  void             cmd_list_free(struct cmd_list *);
 char            *cmd_list_print(struct cmd_list *, int);  char            *cmd_list_print(struct cmd_list *, int);
   

Legend:
Removed from v.1.904  
changed lines
  Added in v.1.905