[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.792 and 1.793

version 1.792, 2017/07/09 22:33:09 version 1.793, 2017/07/12 09:07:52
Line 1493 
Line 1493 
 /* 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);
 int     proc_send_s(struct tmuxpeer *, enum msgtype, const char *);  
 struct tmuxproc *proc_start(const char *, struct event_base *, int,  struct tmuxproc *proc_start(const char *, struct event_base *, int,
             void (*)(int));              void (*)(int));
 void    proc_loop(struct tmuxproc *, int (*)(void));  void    proc_loop(struct tmuxproc *, int (*)(void));

Legend:
Removed from v.1.792  
changed lines
  Added in v.1.793