Fixed compatibility of output.
[AROS.git] / external / openurl / library / stubs-aros.c
blobf10b77994fbb431656e0e3d267fd228427ac6e3c
1 /* Automatically generated SDI stubs! Do not edit! */
3 #include <exec/types.h>
5 #ifdef __cplusplus
6 extern "C" {
7 #endif /* __cplusplus */
9 #include <aros/libcall.h>
10 #include <SDI_lib.h>
12 #include "lib_protos.h"
14 AROS_LH2(ULONG, URL_OpenA,
15 AROS_LHA(STRPTR, ___url, A0),
16 AROS_LHA(struct TagItem *, ___tags, A1),
17 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
20 AROS_LIBFUNC_INIT
21 return CALL_LFUNC(URL_OpenA, ___url, ___tags);
22 AROS_LIBFUNC_EXIT
25 AROS_LH0(struct URL_Prefs *, URL_OldGetPrefs,
26 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
29 AROS_LIBFUNC_INIT
30 return CALL_LFUNC_NP(URL_OldGetPrefs);
31 AROS_LIBFUNC_EXIT
34 AROS_LH1(void, URL_OldFreePrefs,
35 AROS_LHA(struct URL_Prefs *, ___up, A0),
36 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
39 AROS_LIBFUNC_INIT
40 return CALL_LFUNC(URL_OldFreePrefs, ___up);
41 AROS_LIBFUNC_EXIT
44 AROS_LH2(ULONG, URL_OldSetPrefs,
45 AROS_LHA(struct URL_Prefs *, ___up, A0),
46 AROS_LHA(BOOL, ___permanent, D0),
47 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
50 AROS_LIBFUNC_INIT
51 return CALL_LFUNC(URL_OldSetPrefs, ___up, ___permanent);
52 AROS_LIBFUNC_EXIT
55 AROS_LH0(struct URL_Prefs *, URL_OldGetDefaultPrefs,
56 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
59 AROS_LIBFUNC_INIT
60 return CALL_LFUNC_NP(URL_OldGetDefaultPrefs);
61 AROS_LIBFUNC_EXIT
64 AROS_LH0(ULONG, URL_OldLaunchPrefsApp,
65 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
68 AROS_LIBFUNC_INIT
69 return CALL_LFUNC_NP(URL_OldLaunchPrefsApp);
70 AROS_LIBFUNC_EXIT
73 AROS_LH1(struct URL_Prefs *, URL_GetPrefsA,
74 AROS_LHA(struct TagItem *, ___tags, A0),
75 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
78 AROS_LIBFUNC_INIT
79 return CALL_LFUNC(URL_GetPrefsA, ___tags);
80 AROS_LIBFUNC_EXIT
83 AROS_LH2(void, URL_FreePrefsA,
84 AROS_LHA(struct URL_Prefs *, ___prefs, A0),
85 AROS_LHA(struct TagItem *, ___tags, A1),
86 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
89 AROS_LIBFUNC_INIT
90 return CALL_LFUNC(URL_FreePrefsA, ___prefs, ___tags);
91 AROS_LIBFUNC_EXIT
94 AROS_LH2(ULONG, URL_SetPrefsA,
95 AROS_LHA(struct URL_Prefs *, ___up, A0),
96 AROS_LHA(struct TagItem *, ___tags, A1),
97 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
100 AROS_LIBFUNC_INIT
101 return CALL_LFUNC(URL_SetPrefsA, ___up, ___tags);
102 AROS_LIBFUNC_EXIT
105 AROS_LH1(ULONG, URL_LaunchPrefsAppA,
106 AROS_LHA(struct TagItem *, ___tags, A0),
107 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
110 AROS_LIBFUNC_INIT
111 return CALL_LFUNC(URL_LaunchPrefsAppA, ___tags);
112 AROS_LIBFUNC_EXIT
115 AROS_LH2(ULONG, URL_GetAttr,
116 AROS_LHA(ULONG, ___attr, D0),
117 AROS_LHA(IPTR *, ___storage, A0),
118 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
121 AROS_LIBFUNC_INIT
122 return CALL_LFUNC(URL_GetAttr, ___attr, ___storage);
123 AROS_LIBFUNC_EXIT
127 AROS_LH2(LONG, dispatch,
128 AROS_LHA(struct RexxMsg *, ___msg, A0),
129 AROS_LHA(STRPTR *, ___resPtr, A1),
130 struct LibraryHeader *, __BASE_OR_IFACE_VAR, 0, LIBSTUB
133 AROS_LIBFUNC_INIT
134 return CALL_LFUNC(dispatch, ___msg, ___resPtr);
135 AROS_LIBFUNC_EXIT
138 #ifdef __cplusplus
140 #endif /* __cplusplus */