[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.398 and 1.399

version 1.398, 2013/03/24 09:57:59 version 1.399, 2013/03/24 09:58:40
Line 1840 
Line 1840 
 extern const struct cmd_entry cmd_unlink_window_entry;  extern const struct cmd_entry cmd_unlink_window_entry;
 extern const struct cmd_entry cmd_up_pane_entry;  extern const struct cmd_entry cmd_up_pane_entry;
   
   /* cmd-attach-session.c */
   enum cmd_retval  cmd_attach_session(struct cmd_q *, const char*, int, int);
   
 /* cmd-list.c */  /* cmd-list.c */
 struct cmd_list *cmd_list_parse(int, char **, const char *, u_int, char **);  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 *);

Legend:
Removed from v.1.398  
changed lines
  Added in v.1.399