aboutsummaryrefslogtreecommitdiff
path: root/include/perl_extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/perl_extern.h')
-rw-r--r--include/perl_extern.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/perl_extern.h b/include/perl_extern.h
deleted file mode 100644
index 5d6dd0d33bb6..000000000000
--- a/include/perl_extern.h
+++ /dev/null
@@ -1,8 +0,0 @@
-int perl_end __P((GS *));
-int perl_init __P((SCR *));
-int perl_screen_end __P((SCR*));
-int perl_ex_perl __P((SCR*, CHAR_T *, size_t, recno_t, recno_t));
-int perl_ex_perldo __P((SCR*, CHAR_T *, size_t, recno_t, recno_t));
-#ifdef USE_SFIO
-Sfdisc_t* sfdcnewnvi __P((SCR*));
-#endif