aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-22 12:01:38 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-22 12:01:38 +0100
commit8ae3915cc2c65228af12ff392ed8fdf26db489a2 (patch)
tree9a8088c37a83408787f36da5e82f02fd82e12f09 /tmux.h
parentdd5299841a87c0bf842488f7f9feb84b7e37c819 (diff)
parentb72498c4ff0566d377a4757d1393817627c281ec (diff)
downloadrtmux-8ae3915cc2c65228af12ff392ed8fdf26db489a2.tar.gz
rtmux-8ae3915cc2c65228af12ff392ed8fdf26db489a2.tar.bz2
rtmux-8ae3915cc2c65228af12ff392ed8fdf26db489a2.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index ab57377c..6b604f26 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2045,6 +2045,8 @@ long long args_strtonum(struct args *, u_char, long long, long long,
char **);
long long args_percentage(struct args *, u_char, long long,
long long, long long, char **);
+long long args_string_percentage(const char *, long long, long long,
+ long long, char **);
/* cmd-find.c */
int cmd_find_target(struct cmd_find_state *, struct cmdq_item *,