Here're what I want for the new API:
We (future plugin coders) must be able to create one DLL which will be put in PLUGINS directory (or whatever) and activated in &RQ configuration..
Plugins must have mainly entry and exit function calls, which will be called when activated/deactivated.
Plugins must have something called something like TYPE which tells the type (heh, not surprising?) of the plugin. To be more precise, some of the plugins must not be active in the same time. Take an history plugin.. Say there are two history plugins. They must not work together, not to overlap.
Well, I have more to write, soon.
mov ah, 4ch; int 21h;