Code

status_bar: export _clear_message()
[ncmpc.git] / src / status_bar.h
index 71298e01f3d379e6870355e7d13560efda439c2c..9c8f4a9bf0a2125d452833a4c796d237f44ac02c 100644 (file)
@@ -60,4 +60,7 @@ status_bar_resize(struct status_bar *p, unsigned width, int y, int x);
 void
 status_bar_message(struct status_bar *p, const char *msg);
 
+void
+status_bar_clear_message(struct status_bar *p);
+
 #endif