Changeset 58221 in vbox
- Timestamp:
- Oct 13, 2015 4:44:41 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103376
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/http.h
r58219 r58221 294 294 * @param pfnDownloadProgress Progress function to be called. Set it to 295 295 * NULL to disable the callback. 296 * @param pvUser Convenience pointer for the callback function. 296 297 */ 297 298 RTR3DECL(int) RTHttpSetDownloadProgressCallback(RTHTTP hHttp, PRTHTTPDOWNLDPROGRCALLBACK pfnDownloadProgress, void *pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.