summaryrefslogtreecommitdiff
path: root/src/helpers.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2008-12-11 18:29:56 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2008-12-11 18:29:56 +0100
commitda8feb885f4e279e788749a2b4682679b2a9382c (patch)
treecc5b8de68bac9aecb745ef8ba53c1cfcd1d304ec /src/helpers.h
parentcfa8268f2dc6a14ea3a2700fd556fdb1e294e9ce (diff)
handle colored empty tag marker
Diffstat (limited to 'src/helpers.h')
-rw-r--r--src/helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers.h b/src/helpers.h
index a5b219e4..21211c7c 100644
--- a/src/helpers.h
+++ b/src/helpers.h
@@ -67,5 +67,8 @@ void GetInfo(Song &, Scrollpad &);
void ShowMessage(const char *, ...);
Window &Statusbar();
+const Buffer &ShowTag(const string &);
+const basic_buffer<my_char_t> &ShowTagInInfoScreen(const string &);
+
#endif