[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.250 and 1.251

version 1.250, 2010/12/11 18:39:25 version 1.251, 2010/12/20 00:03:55
Line 1968 
Line 1968 
 extern struct sessions sessions;  extern struct sessions sessions;
 extern struct sessions dead_sessions;  extern struct sessions dead_sessions;
 extern struct session_groups session_groups;  extern struct session_groups session_groups;
   int              session_alive(struct session *);
 struct session  *session_find(const char *);  struct session  *session_find(const char *);
 struct session  *session_create(const char *, const char *, const char *,  struct session  *session_create(const char *, const char *, const char *,
                      struct environ *, struct termios *, int, u_int, u_int,                       struct environ *, struct termios *, int, u_int, u_int,

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251