]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/nvi/include/perl_extern.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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