[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.378 and 1.379

version 1.378, 2013/03/21 16:12:10 version 1.379, 2013/03/21 16:15:52
Line 1572 
Line 1572 
 extern const struct options_table_entry server_options_table[];  extern const struct options_table_entry server_options_table[];
 extern const struct options_table_entry session_options_table[];  extern const struct options_table_entry session_options_table[];
 extern const struct options_table_entry window_options_table[];  extern const struct options_table_entry window_options_table[];
 void    options_table_populate_tree(  void    options_table_populate_tree(const struct options_table_entry *,
             const struct options_table_entry *, struct options *);              struct options *);
 const char *options_table_print_entry(  const char *options_table_print_entry(const struct options_table_entry *,
             const struct options_table_entry *, struct options_entry *);              struct options_entry *, int);
 int     options_table_find(  int     options_table_find(const char *, const struct options_table_entry **,
             const char *, const struct options_table_entry **,  
             const struct options_table_entry **);              const struct options_table_entry **);
   
 /* job.c */  /* job.c */

Legend:
Removed from v.1.378  
changed lines
  Added in v.1.379