aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-07-12 09:07:52 +0000
committernicm <nicm>2017-07-12 09:07:52 +0000
commitd0d42dc4cbe3fd3969662cb9e36766050af08f03 (patch)
tree478e7dd7877c6106d051c635dec9d5504a4e511b /tmux.h
parent58b796608f3aca60f0abb21e2f96aa55ecb18ab3 (diff)
downloadrtmux-d0d42dc4cbe3fd3969662cb9e36766050af08f03.tar.gz
rtmux-d0d42dc4cbe3fd3969662cb9e36766050af08f03.tar.bz2
rtmux-d0d42dc4cbe3fd3969662cb9e36766050af08f03.zip
proc_send_s now seems unnecessary.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index ce666230..ec926d48 100644
--- a/tmux.h
+++ b/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));