[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.176 and 1.177

version 1.176, 2009/11/13 07:00:54 version 1.177, 2009/11/13 17:33:07
Line 1590 
Line 1590 
 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 **);
 void     server_unlink_window(struct session *, struct winlink *);  void     server_unlink_window(struct session *, struct winlink *);
   void     server_destroy_pane(struct window_pane *);
 void     server_destroy_session_group(struct session *);  void     server_destroy_session_group(struct session *);
 void     server_destroy_session(struct session *);  void     server_destroy_session(struct session *);
 void     server_set_identify(struct client *);  void     server_set_identify(struct client *);

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177