home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / emacs-18.59-src.tgz / emacs-18.59-src.tar / fsf / emacs18 / amiga / unix / src / amigaos.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  245b  |  11 lines

  1. #ifndef AMIGAOS_H
  2. #define AMIGAOS_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.