summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/include/perl_extern.h
blob: b0545440e1f032041dfee43eaa8b6b4e0eeb3556 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: perl_extern.h,v 1.5 2002/02/16 21:27:58 millert Exp $	*/

int perl_end(GS *);
int perl_init(SCR *);
int perl_screen_end(SCR*);
int perl_ex_perl(SCR*, CHAR_T *, size_t, recno_t, recno_t);
int perl_ex_perldo(SCR*, CHAR_T *, size_t, recno_t, recno_t);
#ifdef USE_SFIO
Sfdisc_t* sfdcnewnvi(SCR*);
#endif