home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / EDITOR / NVI179B / NVI179B.ZIP / include / perl_extern.h < prev    next >
C/C++ Source or Header  |  1996-10-23  |  278b  |  9 lines

  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
  9.