VirtualBox

Changeset 46050 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 14, 2013 8:41:11 AM (12 years ago)
Author:
vboxsync
Message:

More symbol work

Location:
trunk/include/iprt
Files:
3 edited

Legend:

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

    r46025 r46050  
    318318 * @param   pszEnvVarPrefix     The environment variable prefix.  If NULL, the
    319319 *                              environment is not consulted.
     320 * @param   fNativePaths        Whether to pick up native paths from the
     321 *                              environment.
    320322 *
    321323 * @sa  RTDbgCfgChangeString, RTDbgCfgChangeUInt.
    322324 */
    323 RTDECL(int) RTDbgCfgCreate(PRTDBGCFG phDbgCfg, const char *pszEnvVarPrefix);
     325RTDECL(int) RTDbgCfgCreate(PRTDBGCFG phDbgCfg, const char *pszEnvVarPrefix, bool fNativePaths);
    324326
    325327/**
  • trunk/include/iprt/http.h

    r45454 r46050  
    7575
    7676/**
     77 * Perform a simple blocking HTTP request, writing the output to a file.
     78 *
     79 * @returns iprt status code.
     80 *
     81 * @param   hHttp           HTTP interface handle.
     82 * @param   pszUrl          URL.
     83 * @param   pszDstFile      The destination file name.
     84 */
     85RTR3DECL(int) RTHttpGetFile(RTHTTP hHttp, const char *pszUrl, const char *pszDstFile);
     86
     87/**
    7788 * Abort a pending HTTP request. A blocking RTHttpGet() call will return with
    7889 * VERR_HTTP_ABORTED. It may take some time (current cURL implementation needs
     
    108119 * @param    pcszHeaders   array of headers in form "foo: bar".
    109120 */
    110 RTR3DECL(int) RTHttpSetHeaders(RTHTTP hHttp, uint32_t cHeaders, const char *pcszHeaders[]);
     121RTR3DECL(int) RTHttpSetHeaders(RTHTTP hHttp, size_t cHeaders, const char * const *papszHeaders);
    111122
    112123/**
     
    119130 */
    120131RTR3DECL(int) RTHttpSetCAFile(RTHTTP hHttp, const char *pcszCAFile);
    121 /** @} */
    122132
    123133
     
    143153                               uint8_t **pabSha512, size_t *pcbSha512);
    144154
     155
     156/** @} */
     157
    145158RT_C_DECLS_END
    146159
  • trunk/include/iprt/mangling.h

    r46012 r46050  
    598598# define RTHeapSimpleRelocate                           RT_MANGLER(RTHeapSimpleRelocate)
    599599# define RTHeapSimpleSize                               RT_MANGLER(RTHeapSimpleSize)
     600# define RTHttpGetFile                                  RT_MANGLER(RTHttpGetFile)
    600601# define RTIsoFsClose                                   RT_MANGLER(RTIsoFsClose)
    601602# define RTIsoFsExtractFile                             RT_MANGLER(RTIsoFsExtractFile)
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