[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.1160 and 1.1161

version 1.1160, 2022/02/16 18:55:05 version 1.1161, 2022/02/22 11:10:41
Line 3118 
Line 3118 
   
 /* session.c */  /* session.c */
 extern struct sessions sessions;  extern struct sessions sessions;
   extern u_int next_session_id;
 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);
 int              session_alive(struct session *);  int              session_alive(struct session *);

Legend:
Removed from v.1.1160  
changed lines
  Added in v.1.1161