Changeset 58219 in vbox
- Timestamp:
- Oct 13, 2015 4:21:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/http.h
r58217 r58219 295 295 * NULL to disable the callback. 296 296 */ 297 RTR3DECL(int) RTHttpSetDownloadProgressCallback(RTHTTP hHttp, PRTHTTPDOWNLDPROGRCALLBACK pfnDownloadProgress );297 RTR3DECL(int) RTHttpSetDownloadProgressCallback(RTHTTP hHttp, PRTHTTPDOWNLDPROGRCALLBACK pfnDownloadProgress, void *pvUser); 298 298 299 299
Note:
See TracChangeset
for help on using the changeset viewer.