aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-03-17 23:45:19 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-03-17 23:45:19 +0000
commitf5de847a0c8be02a16b06e2cae366c2edf539d10 (patch)
treef4e7d0eeca657405acb435296214033f0be9b9d4 /tmux.h
parentb5516771d30536a7ee931a8331929bffd2103796 (diff)
parent6bdc947f6b8616e45ed0cf742ad143d138d3d6e2 (diff)
downloadrtmux-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 89860cb8..7c4c55be 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);