Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / sfd / diskimage_lib.sfd
blob5694d6acdc42710682ae8f9e977c88b191990017
1 ==id $Id: diskimage_lib.sfd 52.1 2008/02/13 12:34:00 $
2 ==base _DiskImageBase
3 ==basetype struct Library *
4 ==libname diskimage.device
5 ==bias 42
6 ==public
7 ==include <dos/dos.h>
8 ==include <devices/trackdisk.h>
9 LONG MountImage(ULONG unit_num, CONST_STRPTR filename) (d0,a0)
10 LONG UnitInfo(ULONG unit_num, STRPTR *filename, BOOL *writeprotect) (d0,a0,a1)
11 LONG WriteProtect(ULONG unit_num, BOOL writeprotect) (d0,d1)
12 LONG UnitControlA(ULONG unit_num, struct TagItem *tags) (d0,a0)
13 ==varargs
14 LONG UnitControl(ULONG unit_num, Tag tags, ...) (d0,a0)
15 LONG ReloadPlugins() ()
16 void DoHookPlugins(struct Hook *hook) (a0)
17 void AddDiskChangeHook(struct Hook *hook, BOOL add_or_remove) (a0,d0)
18 void AddReloadPluginsHook(struct Hook *hook, BOOL add_or_remove) (a0,d0)
19 ==end