summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/perl/ui/Formats.xs13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/perl/ui/Formats.xs b/src/perl/ui/Formats.xs
index f9cc0200..5c95e56c 100644
--- a/src/perl/ui/Formats.xs
+++ b/src/perl/ui/Formats.xs
@@ -3,6 +3,19 @@
MODULE = Irssi::UI::Formats PACKAGE = Irssi::UI::Window
PROTOTYPES: ENABLE
+int
+format_get_length(str)
+ char *str
+
+int
+format_real_length(str, len)
+ char *str
+ int len
+
+char *
+strip_codes(input)
+ char *input
+
void
format_get_text(window, module, server, target, formatnum, ...)
Irssi::UI::Window window