home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / Examples / p2-526 < prev    next >
Encoding:
Text File  |  1994-03-24  |  150 b   |  9 lines

  1. #include "osfscontrol.h"
  2.  
  3. extern int Image_File_Type;
  4.  
  5. os_error *remove_image (void)
  6.  
  7. {  return xosfscontrol_deregister_image_fs (Image_File_Type);
  8. }
  9.