proc_send_s now seems unnecessary.

This commit is contained in:
nicm
2017-07-12 09:07:52 +00:00
parent 58b796608f
commit d0d42dc4cb
4 changed files with 3 additions and 10 deletions

1
tmux.h
View File

@ -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));