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

Diff for /src/usr.bin/tmux/Attic/cmd-suspend-client.c between version 1.4 and 1.5

version 1.4, 2009/11/13 19:53:29 version 1.5, 2011/01/01 11:24:45
Line 29 
Line 29 
   
 int     cmd_suspend_client_exec(struct cmd *, struct cmd_ctx *);  int     cmd_suspend_client_exec(struct cmd *, struct cmd_ctx *);
   
 struct cmd_suspend_client_data {  
         char    *name;  
         char    *target;  
 };  
   
 const struct cmd_entry cmd_suspend_client_entry = {  const struct cmd_entry cmd_suspend_client_entry = {
         "suspend-client", "suspendc",          "suspend-client", "suspendc",
         "[-c target-client]",          CMD_TARGET_CLIENT_USAGE,
         0, "",          0, "",
         cmd_target_init,          cmd_target_init,
         cmd_target_parse,          cmd_target_parse,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5