[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.110 and 1.111

version 1.110, 2009/09/21 14:46:47 version 1.111, 2009/09/21 14:56:03
Line 1159 
Line 1159 
 struct options_entry *options_find1(struct options *, const char *);  struct options_entry *options_find1(struct options *, const char *);
 struct options_entry *options_find(struct options *, const char *);  struct options_entry *options_find(struct options *, const char *);
 void    options_remove(struct options *, const char *);  void    options_remove(struct options *, const char *);
 void printflike3 options_set_string(  struct options_entry *printflike3 options_set_string(
             struct options *, const char *, const char *, ...);              struct options *, const char *, const char *, ...);
 char   *options_get_string(struct options *, const char *);  char   *options_get_string(struct options *, const char *);
 void    options_set_number(struct options *, const char *, long long);  struct options_entry *options_set_number(
               struct options *, const char *, long long);
 long long options_get_number(struct options *, const char *);  long long options_get_number(struct options *, const char *);
   
 /* environ.c */  /* environ.c */

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111