[BACK]Return to perl_extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / vi / include

File: [local] / src / usr.bin / vi / include / Attic / perl_extern.h (download)

Revision 1.4, Mon Jan 29 01:58:47 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.3: +2 -0 lines

$OpenBSD$

/*	$OpenBSD: perl_extern.h,v 1.4 2001/01/29 01:58:47 niklas Exp $	*/

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