VirtualBox

Changeset 73857 in vbox for trunk


Ignore:
Timestamp:
Aug 23, 2018 10:47:19 AM (6 years ago)
Author:
vboxsync
Message:

http.h: doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/http.h

    r73848 r73857  
    320320
    321321
     322/** @name thin wrappers for setting one or a few related curl options
     323 * @remarks Subject to change.
     324 * @{ */
    322325typedef size_t FNRTHTTPREADCALLBACK(void *pbDst, size_t cbItem, size_t cItems, void *pvUser);
    323326typedef FNRTHTTPREADCALLBACK *PFNRTHTTPREADCALLBACK;
     
    335338
    336339
    337 /* these are thin wrappers for setting one or a few related curl options */
    338340RTR3DECL(int) RTHttpRawSetUrl(RTHTTP hHttp, const char *pszUrl);
    339341
     
    354356
    355357RTR3DECL(int) RTHttpRawGetResponseCode(RTHTTP hHttp, long *plCode);
    356 
    357358/** @} */
    358359
     360/** @} */
     361
    359362RT_C_DECLS_END
    360363
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette