[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.726 and 1.727

version 1.726, 2017/02/10 12:59:18 version 1.727, 2017/02/14 18:13:05
Line 1834 
Line 1834 
 void     server_client_push_stderr(struct client *);  void     server_client_push_stderr(struct client *);
 void printflike(2, 3) server_client_add_message(struct client *, const char *,  void printflike(2, 3) server_client_add_message(struct client *, const char *,
              ...);               ...);
   char    *server_client_get_path(struct client *, const char *);
   const char *server_client_get_cwd(struct client *);
   
 /* server-fn.c */  /* server-fn.c */
 void     server_fill_environ(struct session *, struct environ *);  void     server_fill_environ(struct session *, struct environ *);

Legend:
Removed from v.1.726  
changed lines
  Added in v.1.727