summaryrefslogtreecommitdiff
path: root/src/bar.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-23 16:58:28 +0000
committersabetts <sabetts>2001-08-23 16:58:28 +0000
commit64bf4e18b28591e8b6a6b133b440fa9f28d8e693 (patch)
tree80245a33b3fc14f3e5e72cd58a77e64848bddb4c /src/bar.h
parentb4bbd9206ca9a5f9b0fec30bb70b04d29e84a8c8 (diff)
downloadratpoison-64bf4e18b28591e8b6a6b133b440fa9f28d8e693.zip
new rudeness command
Diffstat (limited to 'src/bar.h')
-rw-r--r--src/bar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bar.h b/src/bar.h
index e98ccd8..96733eb 100644
--- a/src/bar.h
+++ b/src/bar.h
@@ -30,5 +30,6 @@ int bar_x (screen_info *s, int width);
#define message(msg) marked_message (msg, 0, 0)
void marked_message (char *msg, int hl_start, int hl_end);
+void marked_message_printf (int mark_start, int mark_end, char *fmt, ...);
#endif /* ! _RATPOISON_BAR_H */