8 #include <libraries/openurl.h>
10 ULONG URL_Open(STRPTR, Tag tags, ...);
11 struct URL_Prefs *URL_GetPrefs(Tag tags, ...);
12 VOID URL_FreePrefs(struct URL_Prefs *, Tag tags, ...);
13 ULONG URL_SetPrefs(struct URL_Prefs *, Tag tags, ...);
14 ULONG URL_LaunchPrefsApp(Tag tags, ...);
18 ULONG URL_OpenA(STRPTR URL, struct TagItem *attrs) (A0,A1)
25 struct URL_Prefs * URL_GetPrefsA(struct TagItem * attrs) (A0)
26 VOID URL_FreePrefsA(struct URL_Prefs * p, struct TagItem * attrs) (A0,A1)
27 ULONG URL_SetPrefsA(struct URL_Prefs * p, struct TagItem * attrs) (A0,A1)
28 ULONG URL_LaunchPrefsAppA(struct TagItem * tags) (A0)
29 ULONG URL_GetAttr(ULONG attr, IPTR * storage) (D0,A0)