[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.519 and 1.520

version 1.519, 2015/06/05 18:06:30 version 1.520, 2015/06/05 18:18:32
Line 2259 
Line 2259 
   
 /* session.c */  /* session.c */
 extern struct sessions sessions;  extern struct sessions sessions;
 extern struct sessions dead_sessions;  
 extern struct session_groups session_groups;  extern struct session_groups session_groups;
 int     session_cmp(struct session *, struct session *);  int     session_cmp(struct session *, struct session *);
 RB_PROTOTYPE(sessions, session, entry, session_cmp);  RB_PROTOTYPE(sessions, session, entry, session_cmp);
Line 2271 
Line 2270 
                      int, struct environ *, struct termios *, int, u_int,                       int, struct environ *, struct termios *, int, u_int,
                      u_int, char **);                       u_int, char **);
 void             session_destroy(struct session *);  void             session_destroy(struct session *);
   void             session_unref(struct session *);
 int              session_check_name(const char *);  int              session_check_name(const char *);
 void             session_update_activity(struct session *);  void             session_update_activity(struct session *);
 struct session  *session_next_session(struct session *);  struct session  *session_next_session(struct session *);

Legend:
Removed from v.1.519  
changed lines
  Added in v.1.520