aboutsummaryrefslogtreecommitdiffstats
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl.c b/perl.c
index 78a2c7670..e954292a3 100644
--- a/perl.c
+++ b/perl.c
@@ -17,7 +17,7 @@
extern PerlInterpreter *my_perl;
int
-call_header_filter (const char *function, const char *header_name, const char *header_value)
+perl_call_header_filter (const char *function, const char *header_name, const char *header_value)
{
int result;
dSP;
@@ -45,7 +45,7 @@ call_header_filter (const char *function, const char *header_name, const char *h
}
int
-call_mime_filter (const char *function, GByteArray *content)
+perl_call_mime_filter (const char *function, GByteArray *content)
{
int result;
dSP;
@@ -72,7 +72,7 @@ call_mime_filter (const char *function, GByteArray *content)
}
int
-call_message_filter (const char *function, GByteArray *content)
+perl_call_message_filter (const char *function, GByteArray *content)
{
int result;
dSP;
@@ -99,7 +99,7 @@ call_message_filter (const char *function, GByteArray *content)
}
int
-call_url_filter (const char *function, struct uri *uri)
+perl_call_url_filter (const char *function, struct uri *uri)
{
int result;
dSP;
@@ -133,7 +133,7 @@ call_url_filter (const char *function, struct uri *uri)
}
int
-call_chain_filter (const char *function, GArray *results)
+perl_call_chain_filter (const char *function, GArray *results)
{
int result, i;