summaryrefslogtreecommitdiff
path: root/src/perl/perl-sources.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/perl/perl-sources.h')
-rw-r--r--src/perl/perl-sources.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/perl/perl-sources.h b/src/perl/perl-sources.h
index a04c4d80..e61004db 100644
--- a/src/perl/perl-sources.h
+++ b/src/perl/perl-sources.h
@@ -1,9 +1,8 @@
#ifndef __PERL_SOURCES_H
#define __PERL_SOURCES_H
-int perl_timeout_add(int msecs, const char *func, const char *data);
-int perl_input_add(int source, int condition,
- const char *func, const char *data);
+int perl_timeout_add(int msecs, const char *func, SV *data);
+int perl_input_add(int source, int condition, const char *func, SV *data);
void perl_source_remove(int tag);
/* remove all sources used by package */