[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.143 and 1.144

version 1.143, 2009/10/20 19:18:28 version 1.144, 2009/10/21 18:20:16
Line 1252 
Line 1252 
 RB_PROTOTYPE(jobs, job, entry, job_cmp);  RB_PROTOTYPE(jobs, job, entry, job_cmp);
 void    job_tree_init(struct jobs *);  void    job_tree_init(struct jobs *);
 void    job_tree_free(struct jobs *);  void    job_tree_free(struct jobs *);
 u_int   job_tree_size(struct jobs *);  
 struct job *job_get(struct jobs *, const char *);  struct job *job_get(struct jobs *, const char *);
 struct job *job_add(struct jobs *, struct client *,  struct job *job_add(struct jobs *, struct client *,
             const char *, void (*)(struct job *), void (*)(void *), void *);              const char *, void (*)(struct job *), void (*)(void *), void *);

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144