[BACK]Return to server-fn.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-fn.c between version 1.100 and 1.101

version 1.100, 2016/10/10 21:29:23 version 1.101, 2016/10/11 13:21:59
Line 30 
Line 30 
   
 static struct session   *server_next_session(struct session *);  static struct session   *server_next_session(struct session *);
 static void              server_callback_identify(int, short, void *);  static void              server_callback_identify(int, short, void *);
   static void              server_destroy_session_group(struct session *);
   
 void  void
 server_fill_environ(struct session *s, struct environ *env)  server_fill_environ(struct session *s, struct environ *env)
Line 339 
Line 340 
                 server_redraw_window(w);                  server_redraw_window(w);
 }  }
   
 void  static void
 server_destroy_session_group(struct session *s)  server_destroy_session_group(struct session *s)
 {  {
         struct session_group    *sg;          struct session_group    *sg;

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101