[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.415 and 1.416

version 1.415, 2013/07/05 14:38:23 version 1.416, 2013/10/10 11:45:29
Line 1871 
Line 1871 
 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_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              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.415  
changed lines
  Added in v.1.416