[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.400 and 1.401

version 1.400, 2013/03/25 10:05:35 version 1.401, 2013/03/25 10:09:07
Line 1420 
Line 1420 
         void                    *data;          void                    *data;
   
         struct msg_command_data *msgdata;          struct msg_command_data *msgdata;
   
           TAILQ_ENTRY(cmd_q)       waitentry;
 };  };
   
 /* Command definition. */  /* Command definition. */
Line 1839 
Line 1841 
 extern const struct cmd_entry cmd_unbind_key_entry;  extern const struct cmd_entry cmd_unbind_key_entry;
 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;
   extern const struct cmd_entry cmd_wait_for_entry;
   
 /* cmd-attach-session.c */  /* cmd-attach-session.c */
 enum cmd_retval  cmd_attach_session(struct cmd_q *, const char*, int, int);  enum cmd_retval  cmd_attach_session(struct cmd_q *, const char*, int, int);

Legend:
Removed from v.1.400  
changed lines
  Added in v.1.401