Changeset 58219 in vbox for trunk/include
- Timestamp:
- Oct 13, 2015 4:21:41 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103373
- 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.