summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2016-10-10 21:29:23 +0000
committernicm <nicm@openbsd.org>2016-10-10 21:29:23 +0000
commit9883b791a07beb4d0cb6aad5076fe1790df94392 (patch)
treef57a4fead4e6082c2f973c34b5b8a3d46ef3191e /usr.bin/tmux/tmux.c
parentThe TLS error message depends on the generated fake certificate. (diff)
downloadwireguard-openbsd-9883b791a07beb4d0cb6aad5076fe1790df94392.tar.xz
wireguard-openbsd-9883b791a07beb4d0cb6aad5076fe1790df94392.zip
Loads more static, except for cmd-*.c and window-*.c.
Diffstat (limited to 'usr.bin/tmux/tmux.c')
-rw-r--r--usr.bin/tmux/tmux.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.c b/usr.bin/tmux/tmux.c
index 6602cf08734..107a961aebd 100644
--- a/usr.bin/tmux/tmux.c
+++ b/usr.bin/tmux/tmux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.c,v 1.170 2016/05/27 17:05:42 nicm Exp $ */
+/* $OpenBSD: tmux.c,v 1.171 2016/10/10 21:29:23 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -44,10 +44,10 @@ struct hooks *global_hooks;
struct timeval start_time;
const char *socket_path;
-__dead void usage(void);
-static char *make_label(const char *);
+static __dead void usage(void);
+static char *make_label(const char *);
-__dead void
+static __dead void
usage(void)
{
fprintf(stderr,