diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-20 10:59:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-20 10:59:02 +0000 |
commit | f81d72326458ec421348ab5aecc7038c1850407c (patch) | |
tree | 1a6c69c7125fa46d846064e71d5f171a6d4f6c22 /tmux.h | |
parent | e487b87f6f5bb862f9b185f3791b99fa99083ce9 (diff) | |
parent | afd5e978cf8dca6dcd824b224ce798f6b7522605 (diff) | |
download | rtmux-f81d72326458ec421348ab5aecc7038c1850407c.tar.gz rtmux-f81d72326458ec421348ab5aecc7038c1850407c.tar.bz2 rtmux-f81d72326458ec421348ab5aecc7038c1850407c.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1714,7 +1714,7 @@ long long args_strtonum( struct args *, u_char, long long, long long, char **); /* cmd.c */ -struct cmd_ctx *cmd_get_ctx(void); +struct cmd_ctx *cmd_get_ctx(struct client *, struct client *); void cmd_free_ctx(struct cmd_ctx *); void cmd_ref_ctx(struct cmd_ctx *); int cmd_pack_argv(int, char **, char *, size_t); |