[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.815 and 1.816

version 1.815, 2017/12/19 15:00:39 version 1.816, 2018/01/18 07:10:53
Line 1581 
Line 1581 
 void             hooks_copy(struct hooks *, struct hooks *);  void             hooks_copy(struct hooks *, struct hooks *);
 void             hooks_remove(struct hooks *, const char *);  void             hooks_remove(struct hooks *, const char *);
 struct hook     *hooks_find(struct hooks *, const char *);  struct hook     *hooks_find(struct hooks *, const char *);
 void printflike(4, 5) hooks_run(struct hooks *, struct client *,  
                     struct cmd_find_state *, const char *, ...);  
 void printflike(4, 5) hooks_insert(struct hooks *, struct cmdq_item *,  void printflike(4, 5) hooks_insert(struct hooks *, struct cmdq_item *,
                     struct cmd_find_state *, const char *, ...);                      struct cmd_find_state *, const char *, ...);
   

Legend:
Removed from v.1.815  
changed lines
  Added in v.1.816