[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.486 and 1.487

version 1.486, 2015/02/01 23:43:23 version 1.487, 2015/02/05 10:26:29
Line 1832 
Line 1832 
 int              cmdq_free(struct cmd_q *);  int              cmdq_free(struct cmd_q *);
 void printflike(2, 3) cmdq_print(struct cmd_q *, const char *, ...);  void printflike(2, 3) cmdq_print(struct cmd_q *, const char *, ...);
 void printflike(2, 3) cmdq_error(struct cmd_q *, const char *, ...);  void printflike(2, 3) cmdq_error(struct cmd_q *, const char *, ...);
 int              cmdq_guard(struct cmd_q *, const char *, int);  void             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 *);
 void             cmdq_append(struct cmd_q *, struct cmd_list *);  void             cmdq_append(struct cmd_q *, struct cmd_list *);
 int              cmdq_continue(struct cmd_q *);  int              cmdq_continue(struct cmd_q *);

Legend:
Removed from v.1.486  
changed lines
  Added in v.1.487