diff options
author | 2017-07-12 09:07:52 +0000 | |
---|---|---|
committer | 2017-07-12 09:07:52 +0000 | |
commit | f7772d13f1691ba12beb3695935166d3ca29fd4a (patch) | |
tree | da8e2e454f9eb1029adeba246096628f89843285 /usr.bin/tmux/tmux.h | |
parent | Compute the level of contention only once. (diff) | |
download | wireguard-openbsd-f7772d13f1691ba12beb3695935166d3ca29fd4a.tar.xz wireguard-openbsd-f7772d13f1691ba12beb3695935166d3ca29fd4a.zip |
proc_send_s now seems unnecessary.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 41dfb9e1a6b..460f91bdf01 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.792 2017/07/09 22:33:09 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.793 2017/07/12 09:07:52 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -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)); |