alsa.audio: add additional read cycle if there is more than 20ms space in buffer
[AROS.git] / external / openurl / developer / sfd / openurl_lib.sfd
blobeb5b89a717e7d6ee3e22e351b9e7252fb8e68dff
1 ==id $Id: openurl_lib.sfd,v 1.0 2009/05/16 21:13:59 noname Exp $
2 ==base _OpenURLBase
3 ==basetype struct Library *
4 ==libname openurl.library
5 ==bias 30
6 ==public
7 ==include <exec/types.h>
8 ULONG URL_OpenA(STRPTR url, struct TagItem * tags) (a0,a1)
9 ==varargs
10 ULONG URL_Open(STRPTR url, Tag last, ...) (a0,a1)
11 struct URL_Prefs * URL_OldGetPrefs() ()
12 void URL_OldFreePrefs(struct URL_Prefs * up) (a0)
13 ULONG URL_OldSetPrefs(struct URL_Prefs * up, BOOL permanent) (a0,d0)
14 struct URL_Prefs * URL_OldGetDefaultPrefs() ()
15 ULONG URL_OldLaunchPrefsApp() ()
16 ==reserve 1
17 struct URL_Prefs * URL_GetPrefsA(struct TagItem * tags) (a0)
18 ==varargs
19 struct URL_Prefs * URL_GetPrefs(Tag last, ...) (a0)
20 void URL_FreePrefsA(struct URL_Prefs * prefs, struct TagItem * tags) (a0,a1)
21 ==varargs
22 void URL_FreePrefs(struct URL_Prefs * prefs, Tag last, ...) (a0,a1)
23 ULONG URL_SetPrefsA(struct URL_Prefs * up, struct TagItem * tags) (a0,a1)
24 ==varargs
25 ULONG URL_SetPrefs(struct URL_Prefs * up, Tag last, ...) (a0,a1)
26 ULONG URL_LaunchPrefsAppA(struct TagItem * tags) (a0)
27 ==varargs
28 ULONG URL_LaunchPrefsApp(Tag last, ...) (a0)
29 ULONG URL_GetAttr(ULONG attr, ULONG * storage) (d0,a0)
30 ==end