aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 80b06ed2..b38c5fac 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.424 2009-08-20 11:48:01 tcunha Exp $ */
+/* $Id: tmux.h,v 1.425 2009-08-20 11:51:20 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1438,6 +1438,7 @@ void status_prompt_set(struct client *, const char *,
void status_prompt_clear(struct client *);
int status_prompt_redraw(struct client *);
void status_prompt_key(struct client *, int);
+void status_prompt_update(struct client *, const char *);
/* resize.c */
void recalculate_sizes(void);