[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.598 and 1.599

version 1.598, 2015/12/11 12:27:36 version 1.599, 2015/12/11 15:46:57
Line 703 
Line 703 
   
 /* Option data structures. */  /* Option data structures. */
 struct options_entry {  struct options_entry {
         char            *name;          const char              *name;
   
         enum {          enum {
                 OPTIONS_STRING,                  OPTIONS_STRING,
Line 1514 
Line 1514 
 struct hook     *hooks_next(struct hook *);  struct hook     *hooks_next(struct hook *);
 void             hooks_add(struct hooks *, const char *, struct cmd_list *);  void             hooks_add(struct hooks *, const char *, struct cmd_list *);
 void             hooks_copy(struct hooks *, struct hooks *);  void             hooks_copy(struct hooks *, struct hooks *);
 void             hooks_remove(struct hooks *, struct hook *);  void             hooks_remove(struct hooks *, const char *);
 struct hook     *hooks_find(struct hooks *, const char *);  struct hook     *hooks_find(struct hooks *, const char *);
 void             hooks_run(struct hooks *, const char *, struct client *);  void             hooks_run(struct hooks *, const char *, struct client *);
   

Legend:
Removed from v.1.598  
changed lines
  Added in v.1.599