diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-17 23:45:19 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-17 23:45:19 +0000 |
commit | f5de847a0c8be02a16b06e2cae366c2edf539d10 (patch) | |
tree | f4e7d0eeca657405acb435296214033f0be9b9d4 /tmux.h | |
parent | b5516771d30536a7ee931a8331929bffd2103796 (diff) | |
parent | 6bdc947f6b8616e45ed0cf742ad143d138d3d6e2 (diff) | |
download | rtmux-f5de847a0c8be02a16b06e2cae366c2edf539d10.tar.gz rtmux-f5de847a0c8be02a16b06e2cae366c2edf539d10.tar.bz2 rtmux-f5de847a0c8be02a16b06e2cae366c2edf539d10.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
@@ -1856,7 +1856,7 @@ int cmdq_free(struct cmd_q *); void printflike2 cmdq_print(struct cmd_q *, const char *, ...); void printflike2 cmdq_info(struct cmd_q *, const char *, ...); void printflike2 cmdq_error(struct cmd_q *, const char *, ...); -void cmdq_guard(struct cmd_q *, const char *); +int cmdq_guard(struct cmd_q *, const char *); void cmdq_run(struct cmd_q *, struct cmd_list *); void cmdq_append(struct cmd_q *, struct cmd_list *); int cmdq_continue(struct cmd_q *); |