mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
proc_send_s now seems unnecessary.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -1493,7 +1493,6 @@ const char *find_home(void);
|
||||
/* proc.c */
|
||||
struct imsg;
|
||||
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,
|
||||
void (*)(int));
|
||||
void proc_loop(struct tmuxproc *, int (*)(void));
|
||||
|
Reference in New Issue
Block a user