[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.1189 and 1.1190

version 1.1189, 2023/01/03 11:43:24 version 1.1190, 2023/01/06 07:09:27
Line 2611 
Line 2611 
 void printflike(2, 3) file_error(struct client *, const char *, ...);  void printflike(2, 3) file_error(struct client *, const char *, ...);
 void     file_write(struct client *, const char *, int, const void *, size_t,  void     file_write(struct client *, const char *, int, const void *, size_t,
              client_file_cb, void *);               client_file_cb, void *);
 void     file_read(struct client *, const char *, client_file_cb, void *);  struct client_file *file_read(struct client *, const char *, client_file_cb,
                void *);
   void     file_cancel(struct client_file *);
 void     file_push(struct client_file *);  void     file_push(struct client_file *);
 int      file_write_left(struct client_files *);  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 *,
Line 2623 
Line 2625 
 void     file_write_ready(struct client_files *, struct imsg *);  void     file_write_ready(struct client_files *, struct imsg *);
 void     file_read_data(struct client_files *, struct imsg *);  void     file_read_data(struct client_files *, struct imsg *);
 void     file_read_done(struct client_files *, struct imsg *);  void     file_read_done(struct client_files *, struct imsg *);
   void     file_read_cancel(struct client_files *, struct imsg *);
   
 /* server.c */  /* server.c */
 extern struct tmuxproc *server_proc;  extern struct tmuxproc *server_proc;

Legend:
Removed from v.1.1189  
changed lines
  Added in v.1.1190