Merge from vendor branch FILE:
[dragonfly.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