summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bar.h b/src/bar.h
index 49c0ff4..b687816 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -25,5 +25,5 @@ int show_bar (screen_info *s);
int hide_bar (screen_info *s);
int bar_y (screen_info *s);
int bar_x (screen_info *s, int width);
-void display_msg_in_bar (screen_info *s, char *msg);
+void display_msg_in_bar (screen_info *s, char *msg, int hl_start, int hl_end);
#endif _BAR_H