1 ==id $Id: diskimage_lib.sfd 52.1 2008/02/13 12:34:00 $
3 ==basetype struct Library *
4 ==libname diskimage.device
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)
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)