home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / emacs-19.28-src.lha / emacs-19.28 / unixlib / src / amigados.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-19  |  247 b   |  11 lines

  1. #ifndef AMIGADOS_H
  2. #define AMIGADOS_H
  3.  
  4. int _alloc_amigafd(BPTR fh, long protection, long flags);
  5.  
  6. void _init_unixio(BPTR in, int close_in, BPTR out, int close_out,
  7.           BPTR error, int close_error);
  8. int _do_truncate(BPTR fh, off_t length);
  9.  
  10. #endif
  11.