[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.451 and 1.452

version 1.451, 2014/04/17 07:36:45 version 1.452, 2014/04/17 07:55:43
Line 1851 
Line 1851 
 struct cmd_q    *cmdq_new(struct client *);  struct cmd_q    *cmdq_new(struct client *);
 int              cmdq_free(struct cmd_q *);  int              cmdq_free(struct cmd_q *);
 void printflike2 cmdq_print(struct cmd_q *, const char *, ...);  void printflike2 cmdq_print(struct cmd_q *, const char *, ...);
 void printflike2 cmdq_info(struct cmd_q *, const char *, ...);  
 void printflike2 cmdq_error(struct cmd_q *, const char *, ...);  void printflike2 cmdq_error(struct cmd_q *, const char *, ...);
 int              cmdq_guard(struct cmd_q *, const char *, int);  int              cmdq_guard(struct cmd_q *, const char *, int);
 void             cmdq_run(struct cmd_q *, struct cmd_list *);  void             cmdq_run(struct cmd_q *, struct cmd_list *);

Legend:
Removed from v.1.451  
changed lines
  Added in v.1.452