Changeset 3178 for trunk/libtransmission/completion.c
- Timestamp:
- Sep 26, 2007, 1:55:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/completion.c
r3111 r3178 291 291 292 292 uint64_t 293 tr_cp DownloadedValid( const tr_completion * cp )293 tr_cpHaveValid( const tr_completion * cp ) 294 294 { 295 295 uint64_t b = 0; … … 309 309 return b; 310 310 } 311 312 uint64_t 313 tr_cpHaveTotal( const tr_completion * cp ) 314 { 315 return cp->completeHave; 316 }
Note: See TracChangeset
for help on using the changeset viewer.