- Timestamp:
- Aug 23, 2018 10:47:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/http.h
r73848 r73857 320 320 321 321 322 /** @name thin wrappers for setting one or a few related curl options 323 * @remarks Subject to change. 324 * @{ */ 322 325 typedef size_t FNRTHTTPREADCALLBACK(void *pbDst, size_t cbItem, size_t cItems, void *pvUser); 323 326 typedef FNRTHTTPREADCALLBACK *PFNRTHTTPREADCALLBACK; … … 335 338 336 339 337 /* these are thin wrappers for setting one or a few related curl options */338 340 RTR3DECL(int) RTHttpRawSetUrl(RTHTTP hHttp, const char *pszUrl); 339 341 … … 354 356 355 357 RTR3DECL(int) RTHttpRawGetResponseCode(RTHTTP hHttp, long *plCode); 356 357 358 /** @} */ 358 359 360 /** @} */ 361 359 362 RT_C_DECLS_END 360 363
Note:
See TracChangeset
for help on using the changeset viewer.