home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / c / oslib / Examples / p2-526 < prev    next >
Text File  |  1994-03-24  |  150b  |  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.