]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/nvi/include/perl_extern.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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