[BACK]Return to cmd-list-commands.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/cmd-list-commands.c between version 1.12 and 1.13

version 1.12, 2014/10/20 22:29:25 version 1.13, 2014/10/20 22:44:30
Line 26 
Line 26 
   
 enum cmd_retval  cmd_list_commands_exec(struct cmd *, struct cmd_q *);  enum cmd_retval  cmd_list_commands_exec(struct cmd *, struct cmd_q *);
   
 const struct cmd_entry cmd_list_commands_entry = {  
         "list-commands", "lscm",  
         "", 0, 0,  
         "",  
         0,  
         cmd_list_commands_exec  
 };  
   
 enum cmd_retval  enum cmd_retval
 cmd_list_commands_exec(unused struct cmd *self, struct cmd_q *cmdq)  cmd_list_commands_exec(unused struct cmd *self, struct cmd_q *cmdq)
 {  {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13