summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-07-12 09:07:52 +0000
committernicm <nicm@openbsd.org>2017-07-12 09:07:52 +0000
commitf7772d13f1691ba12beb3695935166d3ca29fd4a (patch)
treeda8e2e454f9eb1029adeba246096628f89843285 /usr.bin/tmux/tmux.h
parentCompute the level of contention only once. (diff)
downloadwireguard-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.h3
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));