[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.1089 and 1.1090

version 1.1089, 2021/02/11 08:28:45 version 1.1090, 2021/02/11 09:39:29
Line 1899 
Line 1899 
 void    proc_remove_peer(struct tmuxpeer *);  void    proc_remove_peer(struct tmuxpeer *);
 void    proc_kill_peer(struct tmuxpeer *);  void    proc_kill_peer(struct tmuxpeer *);
 void    proc_toggle_log(struct tmuxproc *);  void    proc_toggle_log(struct tmuxproc *);
   pid_t   proc_fork_and_daemon(int *);
   
 /* cfg.c */  /* cfg.c */
 extern int cfg_finished;  extern int cfg_finished;
Line 2389 
Line 2390 
              client_file_cb, void *);               client_file_cb, void *);
 void     file_read(struct client *, const char *, client_file_cb, void *);  void     file_read(struct client *, const char *, client_file_cb, void *);
 void     file_push(struct client_file *);  void     file_push(struct client_file *);
   int      file_write_left(struct client_files *);
 void     file_write_open(struct client_files *, struct tmuxpeer *,  void     file_write_open(struct client_files *, struct tmuxpeer *,
              struct imsg *, int, int, client_file_cb, void *);               struct imsg *, int, int, client_file_cb, void *);
 void     file_write_data(struct client_files *, struct imsg *);  void     file_write_data(struct client_files *, struct imsg *);

Legend:
Removed from v.1.1089  
changed lines
  Added in v.1.1090