minix/dist/nvi/perl_api/extern.h
Lionel Sambuc 3e1db26a5a Termcap update, replacing elvis by nvi.
Removing elvis, importing nvi, ctags, updating libedit.

Change-Id: I881eb04d2dc64cf112facd992de1114e1a59107f
2013-01-24 07:44:38 +01:00

13 lines
485 B
C

/* $NetBSD: extern.h,v 1.1.1.1 2008/05/18 14:31:34 aymeric Exp $ */
/* Do not edit: automatically built by build/distrib. */
#ifdef USE_SFIO
Sfdisc_t* sfdcnewnvi __P((SCR*));
#endif
int perl_end __P((GS *));
int perl_init __P((SCR *));
int perl_screen_end __P((SCR*));
int perl_setenv __P((SCR* sp, const char *name, const char *value));
int perl_ex_perl __P((SCR*, CHAR_T *, size_t, db_recno_t, db_recno_t));
int perl_ex_perldo __P((SCR*, CHAR_T *, size_t, db_recno_t, db_recno_t));