]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - contrib/nvi/include/perl_extern.h
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / contrib / nvi / include / perl_extern.h
1 int perl_end __P((GS *));
2 int perl_init __P((SCR *));
3 int perl_screen_end __P((SCR*));
4 int perl_ex_perl __P((SCR*, CHAR_T *, size_t, recno_t, recno_t));
5 int perl_ex_perldo __P((SCR*, CHAR_T *, size_t, recno_t, recno_t));
6 #ifdef USE_SFIO
7 Sfdisc_t* sfdcnewnvi __P((SCR*));
8 #endif