aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2018-08-02 18:35:21 +0000
committernicm <nicm>2018-08-02 18:35:21 +0000
commitd6ff630498bbbeb4cd7d28ba4b540724f7c7ed86 (patch)
tree7721b58e653cc4898f22e311b3c685396f0f9e9f /tmux.h
parentfb1f0fee5af3da964ec359ae2b543353ce47f996 (diff)
downloadrtmux-d6ff630498bbbeb4cd7d28ba4b540724f7c7ed86.tar.gz
rtmux-d6ff630498bbbeb4cd7d28ba4b540724f7c7ed86.tar.bz2
rtmux-d6ff630498bbbeb4cd7d28ba4b540724f7c7ed86.zip
Log command arguments.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 423189f2..8c3a2364 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1760,6 +1760,7 @@ int cmd_find_from_mouse(struct cmd_find_state *,
int cmd_find_from_nothing(struct cmd_find_state *, int);
/* cmd.c */
+void cmd_log_argv(int, char **, const char *);
int cmd_pack_argv(int, char **, char *, size_t);
int cmd_unpack_argv(char *, size_t, int, char ***);
char **cmd_copy_argv(int, char **);