Import of "OpenUrl"
[cake.git] / workbench / libs / openurl / developer / FD / openurl_lib.fd
blobe752a83b8c5318eb4a5c4f515d329fc553d5c559
2 * FD file for openurl.library
4 ##base _OpenURLBase
5 ##bias 30
6 ##public
7 URL_OpenA(url,tags)(a0,a1)
8 URL_OldGetPrefs()()
9 URL_OldFreePrefs(up)(a0)
10 URL_OldSetPrefs(up, permanent)(a0,d0)
11 *--- functions in V2 or higher ---
12 URL_OldGetDefaultPrefs()()
13 *--- functions in V3 or higher ---
14 URL_OldLaunchPrefsApp()()
15 DoFunction(rxmsg)(a0)
16 *--- functions in V4 or higher ---
17 URL_GetPrefsA(tags)(a0)
18 URL_FreePrefsA(prefs,tags)(a0,a1)
19 URL_SetPrefsA(up,tags)(a0,a1)
20 URL_LaunchPrefsAppA(tags)(a0)
21 URL_GetAttr(attr,storage)(d0,a0)
22 ##end