summaryrefslogtreecommitdiff
path: root/src/perl/perl-common.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-01-05 08:30:01 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-01-05 08:30:01 +0000
commit86aa2d514dd5af8b124968aeb610d1f2ca29b22f (patch)
tree3fac65920e4bcc9d7516e1fb22955a3499e3736e /src/perl/perl-common.h
parent3654085b14518e9b88410ffb5f12e0dc573aa752 (diff)
downloadirssi-86aa2d514dd5af8b124968aeb610d1f2ca29b22f.zip
Added printtext_string() which works like printtext(), except it prints
text from a string, so that %s, %d, etc. don't work. Changed perl's Irssi::print() use this instead as well as /HELP printer. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1072 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/perl-common.h')
-rw-r--r--src/perl/perl-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/perl/perl-common.h b/src/perl/perl-common.h
index c97a4e38..d8774090 100644
--- a/src/perl/perl-common.h
+++ b/src/perl/perl-common.h
@@ -42,9 +42,6 @@ void irssi_add_plains(PLAIN_OBJECT_INIT_REC *objects);
char *perl_get_use_list(void);
-/* change all %s strings to %%s */
-char *perl_fix_formats(char *str);
-
void perl_common_init(void);
void perl_common_deinit(void);