Changeset 5616
- Timestamp:
- Apr 14, 2008, 3:32:28 PM (14 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/fastresume.c
r5606 r5616 122 122 #define FR_SPEED_LEN (2 * (sizeof(uint16_t) + sizeof(uint8_t) ) ) 123 123 124 #if 0 124 125 static void 125 126 fastResumeFileName( char * buf, size_t buflen, const tr_torrent * tor, int tag ) … … 139 140 } 140 141 } 142 #endif 141 143 142 144 static tr_time_t* … … 165 167 } 166 168 169 #if 0 167 170 static void 168 171 fastResumeWriteData( uint8_t id, … … 326 329 fclose( file ); 327 330 } 331 #endif 328 332 329 333 /*** -
trunk/libtransmission/fastresume.h
r5606 r5616 26 26 #define TR_FAST_RESUME_H 27 27 28 void tr_fastResumeSave( const tr_torrent * tor );29 30 28 /** 31 29 * Returns a bitwise-or'ed set of the data loaded from fastresume
Note: See TracChangeset
for help on using the changeset viewer.