home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
languages
/
c
/
oslib
/
Examples
/
p2-526
< prev
next >
Wrap
Text File
|
1994-03-24
|
150b
|
9 lines
#include "osfscontrol.h"
extern int Image_File_Type;
os_error *remove_image (void)
{ return xosfscontrol_deregister_image_fs (Image_File_Type);
}