[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.403 and 1.404

version 1.403, 2013/03/25 11:35:55 version 1.404, 2013/03/25 11:41:16
Line 1860 
Line 1860 
 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 *, ...);
 void             cmdq_guard(struct cmd_q *, const char *);  int              cmdq_guard(struct cmd_q *, const char *);
 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.403  
changed lines
  Added in v.1.404