Ignore:
Timestamp:
Sep 20, 2007, 8:14:13 PM (16 years ago)
Author:
charles
Message:

remove the backwards compatability typedefs at BentMyWookie?'s suggestion. update libT, gtk, daemon, and cli accordingly...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/completion.c

    r3105 r3111  
    9494{
    9595    const tr_torrent * tor = ccp->tor;
    96     const tr_info_t * info = &tor->info;
     96    const tr_info * info = &tor->info;
    9797    uint64_t have=0, total=0;
    9898    int i;
     
    295295    uint64_t b = 0;
    296296    const tr_torrent * tor = cp->tor;
    297     const tr_info_t * info = &tor->info;
     297    const tr_info * info = &tor->info;
    298298    int i;
    299299
Note: See TracChangeset for help on using the changeset viewer.