The first function in the plugin must return a pointer to the plugin_table.
[AROS.git] / workbench / devs / diskimage / plugins / stub_aros.c
blob126fc1fbb2376bf207cbd3f71a618c2352fdaa4a
1 #include <devices/diskimage.h>
3 extern struct DiskImagePluginTable plugin_table;
5 void *LibNull(void)
7 return &plugin_table;