home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / voyager-sdk.lzx / v_plugin.fd < prev    next >
Encoding:
Text File  |  2000-04-16  |  487 b   |  22 lines

  1. *
  2. * Prototype FD file for Voyager plugins
  3. *
  4. ##base _classlib
  5. ##bias 30
  6. ##public
  7. VPLUG_Query()()
  8. VPLUG_ProcessURLMethod(url)(a0)
  9. VPLUG_GetURLData(urlhandle)(a0)
  10. VPLUG_GetURLMIMEType(urlhandle)(a0)
  11. VPLUG_FreeURLData(urlhandle)(a0)
  12. * V2 API additions
  13. VPLUG_GetClass(mimetype)(a0)
  14. VPLUG_Setup(functable)(a0)
  15. VPLUG_Cleanup()()
  16. VPLUG_FinalSetup()()
  17. VPLUG_Hook_Prefs(method,prefsobj)(d0/a0)
  18. * V3 API additions
  19. VPLUG_GetInfo(vpluginfo,nethandle)(a0/a1)
  20. VPLUG_GetURLDataSize(urlhandle)(a0)
  21. ##end
  22.