Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / main / std_includes / fd / openurl_lib.fd
blobab31f804e2c1e7bdff582d50258885b3baa81734
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 ##end