@@ -124,7 +124,7 @@ static sqStreamRequest *requests[MAX_REQUESTS];
124124 has been established. Only necessary if some
125125 sort of asynchronous communications are used.
126126*/
127- int display_primitivePluginBrowserReady ()
127+ sqInt display_primitivePluginBrowserReady ()
128128{
129129 if (inBrowser )
130130 {
@@ -145,7 +145,7 @@ int display_primitivePluginBrowserReady()
145145 stream functions.
146146 Note: A request id is the index into requests[].
147147*/
148- int display_primitivePluginRequestURLStream ()
148+ sqInt display_primitivePluginRequestURLStream ()
149149{
150150 sqStreamRequest * req ;
151151 int id , url , length , semaIndex ;
@@ -185,7 +185,7 @@ int display_primitivePluginRequestURLStream()
185185 primitivePluginRequestURL: url target: target semaIndex: semaIndex
186186 Request a URL into the given target.
187187*/
188- int display_primitivePluginRequestURL ()
188+ sqInt display_primitivePluginRequestURL ()
189189{
190190 sqStreamRequest * req ;
191191 int url , urlLength ;
@@ -227,7 +227,7 @@ int display_primitivePluginRequestURL()
227227 primitivePluginPostURL: url target: target data: data semaIndex: semaIndex
228228 Post data to a URL into the given target.
229229*/
230- int display_primitivePluginPostURL ()
230+ sqInt display_primitivePluginPostURL ()
231231{
232232 sqStreamRequest * req ;
233233 int url , urlLength ;
@@ -277,7 +277,7 @@ int display_primitivePluginPostURL()
277277 data. Note: The file handle must be read-only for
278278 security reasons.
279279*/
280- int display_primitivePluginRequestFileHandle ()
280+ sqInt display_primitivePluginRequestFileHandle ()
281281{
282282 sqStreamRequest * req ;
283283 int id , fileOop ;
0 commit comments