summaryrefslogtreecommitdiff
path: root/src/fe-common/core/printtext.h
diff options
context:
space:
mode:
authorAilin Nemui <ailin@esf51.localdomain>2014-11-04 12:08:27 +0100
committerAilin Nemui <ailin@esf51.localdomain>2014-11-10 10:53:14 +0100
commitb03805eeb916712815971ac6bcfffe10cc16711f (patch)
treed0fcb3658c7309fcaf7cac3f82b9b7e969ab67f1 /src/fe-common/core/printtext.h
parent688fc817dd9958f66e3be603dd0ee8ecc97d649d (diff)
downloadirssi-b03805eeb916712815971ac6bcfffe10cc16711f.zip
reimplement format and length logic for the entry prompt
Diffstat (limited to 'src/fe-common/core/printtext.h')
-rw-r--r--src/fe-common/core/printtext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/printtext.h b/src/fe-common/core/printtext.h
index 66ba28f4..ab8dfac1 100644
--- a/src/fe-common/core/printtext.h
+++ b/src/fe-common/core/printtext.h
@@ -23,6 +23,7 @@ void printtext_dest(TEXT_DEST_REC *dest, const char *text, ...);
/* only GUI should call these - used for printing text to somewhere else
than windows */
void printtext_gui(const char *text);
+void printtext_gui_internal(const char *str);
void printformat_module_gui(const char *module, int formatnum, ...);
void printformat_module_gui_args(const char *module, int formatnum, va_list va);