summaryrefslogtreecommitdiff
path: root/src/perl/perl-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/perl-common.h')
-rw-r--r--src/perl/perl-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/perl/perl-common.h b/src/perl/perl-common.h
index d8774090..c97a4e38 100644
--- a/src/perl/perl-common.h
+++ b/src/perl/perl-common.h
@@ -42,6 +42,9 @@ 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);