[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.312 and 1.313

version 1.312, 2012/02/15 17:25:02 version 1.313, 2012/02/25 12:57:42
Line 1419 
Line 1419 
             const struct options_table_entry *, struct options *);              const struct options_table_entry *, struct options *);
 const char *options_table_print_entry(  const char *options_table_print_entry(
             const struct options_table_entry *, struct options_entry *);              const struct options_table_entry *, struct options_entry *);
   int     options_table_find(
               const char *, const struct options_table_entry **,
               const struct options_table_entry **);
   
 /* job.c */  /* job.c */
 extern struct joblist all_jobs;  extern struct joblist all_jobs;

Legend:
Removed from v.1.312  
changed lines
  Added in v.1.313