[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.1084 and 1.1085

version 1.1084, 2021/01/17 16:17:41 version 1.1085, 2021/01/18 10:27:54
Line 1890 
Line 1890 
 const char      *getversion(void);  const char      *getversion(void);
 void             expand_paths(const char *, char ***, u_int *);  void             expand_paths(const char *, char ***, u_int *);
   
   
 /* proc.c */  /* proc.c */
 struct imsg;  struct imsg;
 int     proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);  int     proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);

Legend:
Removed from v.1.1084  
changed lines
  Added in v.1.1085