[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.389 and 1.390

version 1.389, 2013/03/22 15:52:41 version 1.390, 2013/03/22 15:54:29
Line 1718 
Line 1718 
                     struct args *, u_char, long long, long long, char **);                      struct args *, u_char, long long, long long, char **);
   
 /* cmd.c */  /* cmd.c */
 struct cmd_ctx  *cmd_get_ctx(void);  struct cmd_ctx  *cmd_get_ctx(struct client *, struct client *);
 void             cmd_free_ctx(struct cmd_ctx *);  void             cmd_free_ctx(struct cmd_ctx *);
 void             cmd_ref_ctx(struct cmd_ctx *);  void             cmd_ref_ctx(struct cmd_ctx *);
 int              cmd_pack_argv(int, char **, char *, size_t);  int              cmd_pack_argv(int, char **, char *, size_t);

Legend:
Removed from v.1.389  
changed lines
  Added in v.1.390