VirtualBox

Changeset 73886 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 25, 2018 9:51:12 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/http: RTHttpDestroy shall return a status. bugref:9167

File:
1 edited

Legend:

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

    r73857 r73886  
    5353 * Creates a HTTP client instance.
    5454 *
    55  * @returns iprt status code.
    56  *
     55 * @returns IPRT status code.
    5756 * @param   phHttp      Where to store the HTTP handle.
    5857 */
     
    6261 * Resets a HTTP client instance.
    6362 *
    64  * @returns iprt status code.
    65  *
     63 * @returns IPRT status code.
    6664 * @param   hHttp      Handle to the HTTP interface.
    6765 */
     
    7169 * Destroys a HTTP client instance.
    7270 *
     71 * @returns IPRT status code.
    7372 * @param   hHttp       Handle to the HTTP interface.
    7473 */
    75 RTR3DECL(void) RTHttpDestroy(RTHTTP hHttp);
     74RTR3DECL(int) RTHttpDestroy(RTHTTP hHttp);
    7675
    7776
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