summaryrefslogtreecommitdiff
path: root/src/fe-common/core/printtext.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-25 15:27:47 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-25 15:27:47 +0000
commit7ae96f540dc6ec0def541d97def9585155fc8dce (patch)
treed50a74ddf7a2ce5747b52fa03dbaa84c73e38c5b /src/fe-common/core/printtext.h
parent8fd09aa09fb547e2c96e127ff3622a495b3a29ab (diff)
downloadirssi-7ae96f540dc6ec0def541d97def9585155fc8dce.zip
Added printtext_string_window(), Irssi::UI::Window::print() uses it also
now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2141 dbcabf3a-b0e7-0310-adc4-f8d773084564
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 656ca412..a29085ec 100644
--- a/src/fe-common/core/printtext.h
+++ b/src/fe-common/core/printtext.h
@@ -12,6 +12,7 @@ void printformat_module_window_args(const char *module, WINDOW_REC *window, int
void printtext(void *server, const char *target, int level, const char *text, ...);
void printtext_string(void *server, const char *target, int level, const char *text);
+void printtext_string_window(WINDOW_REC *window, int level, const char *text);
void printtext_window(WINDOW_REC *window, int level, const char *text, ...);
void printtext_multiline(void *server, const char *target, int level, const char *format, const char *text);
void printtext_dest(TEXT_DEST_REC *dest, const char *text, ...);