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

Diff for /src/usr.bin/tmux/cmd-list-sessions.c between version 1.8 and 1.9

version 1.8, 2010/12/21 22:37:59 version 1.9, 2011/01/04 00:42:46
Line 30 
Line 30 
 int     cmd_list_sessions_exec(struct cmd *, struct cmd_ctx *);  int     cmd_list_sessions_exec(struct cmd *, struct cmd_ctx *);
   
 const struct cmd_entry cmd_list_sessions_entry = {  const struct cmd_entry cmd_list_sessions_entry = {
         "list-sessions", "ls", "",          "list-sessions", "ls",
         0, "",          "", 0, 0,
           "",
           0,
         NULL,          NULL,
         NULL,          NULL,
         cmd_list_sessions_exec,          cmd_list_sessions_exec
         NULL,  
         NULL  
 };  };
   
 /* ARGSUSED */  /* ARGSUSED */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9