[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.126 and 1.127

version 1.126, 2009/10/10 15:03:01 version 1.127, 2009/10/10 17:19:38
Line 1367 
Line 1367 
 extern const struct cmd_entry cmd_list_clients_entry;  extern const struct cmd_entry cmd_list_clients_entry;
 extern const struct cmd_entry cmd_list_commands_entry;  extern const struct cmd_entry cmd_list_commands_entry;
 extern const struct cmd_entry cmd_list_keys_entry;  extern const struct cmd_entry cmd_list_keys_entry;
   extern const struct cmd_entry cmd_list_panes_entry;
 extern const struct cmd_entry cmd_list_sessions_entry;  extern const struct cmd_entry cmd_list_sessions_entry;
 extern const struct cmd_entry cmd_list_windows_entry;  extern const struct cmd_entry cmd_list_windows_entry;
 extern const struct cmd_entry cmd_load_buffer_entry;  extern const struct cmd_entry cmd_load_buffer_entry;

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127