home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Emulatoren / UAE061.LZH / uae-0.6.1 / include / filesys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  214 b   |  11 lines

  1.  /* 
  2.   * UAE - The Un*x Amiga Emulator
  3.   * 
  4.   * UNIX filesystem support
  5.   *
  6.   * (c) 1996 Ed Hanway
  7.   */
  8.  
  9. extern void add_filesys_unit(char *volname, char *rootdir, int readonly);
  10. extern void filesys_install(void);
  11.