diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-08-02 11:44:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2018-08-02 11:44:08 +0000 |
commit | 924aa77b8e2ecb14ecf7bf69a06a923addea022e (patch) | |
tree | 5d9113dcf4e4af4d5b29f96b91f5c407c69e259c /usr.bin/tmux/mode-tree.c | |
parent | f6d0e683c295297f990b38b0d7387619243b12f5 (diff) |
Make key trees and some other bits static.
Diffstat (limited to 'usr.bin/tmux/mode-tree.c')
-rw-r--r-- | usr.bin/tmux/mode-tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/mode-tree.c b/usr.bin/tmux/mode-tree.c index 8b6ba887252..a1261e54190 100644 --- a/usr.bin/tmux/mode-tree.c +++ b/usr.bin/tmux/mode-tree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mode-tree.c,v 1.23 2018/02/28 08:55:44 nicm Exp $ */ +/* $OpenBSD: mode-tree.c,v 1.24 2018/08/02 11:44:07 nicm Exp $ */ /* * Copyright (c) 2017 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -192,7 +192,7 @@ mode_tree_clear_tagged(struct mode_tree_list *mtl) } } -void +static void mode_tree_up(struct mode_tree_data *mtd, int wrap) { if (mtd->current == 0) { |