[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.822 and 1.823

version 1.822, 2018/03/16 15:15:39 version 1.823, 2018/04/10 10:48:44
Line 1920 
Line 1920 
 void     server_lock(void);  void     server_lock(void);
 void     server_lock_session(struct session *);  void     server_lock_session(struct session *);
 void     server_lock_client(struct client *);  void     server_lock_client(struct client *);
   void     server_kill_pane(struct window_pane *);
 void     server_kill_window(struct window *);  void     server_kill_window(struct window *);
 int      server_link_window(struct session *,  int      server_link_window(struct session *,
              struct winlink *, struct session *, int, int, int, char **);               struct winlink *, struct session *, int, int, int, char **);

Legend:
Removed from v.1.822  
changed lines
  Added in v.1.823