Changeset 46070 in vbox for trunk/include/iprt
- Timestamp:
- May 14, 2013 3:21:57 PM (12 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/http.h
r46050 r46070 97 97 98 98 /** 99 * Tells the HTTP interface to use the system proxy configuration. 100 * 101 * @returns iprt status code. 102 * @param hHttp HTTP interface handle. 103 */ 104 RTR3DECL(int) RTHttpUseSystemProxySettings(RTHTTP hHttp); 105 106 /** 99 107 * Specify proxy settings. 100 108 * -
trunk/include/iprt/mangling.h
r46050 r46070 599 599 # define RTHeapSimpleSize RT_MANGLER(RTHeapSimpleSize) 600 600 # define RTHttpGetFile RT_MANGLER(RTHttpGetFile) 601 # define RTHttpUseSystemProxySettings RT_MANGLER(RTHttpUseSystemProxySettings) 601 602 # define RTIsoFsClose RT_MANGLER(RTIsoFsClose) 602 603 # define RTIsoFsExtractFile RT_MANGLER(RTIsoFsExtractFile)
Note:
See TracChangeset
for help on using the changeset viewer.