gmyth/src/gmyth_file_transfer.h
branchtrunk
changeset 454 f76bb8743b22
parent 444 d6603c86582f
child 500 f92a59c9a9a5
     1.1 --- a/gmyth/src/gmyth_file_transfer.h	Fri Mar 23 15:26:38 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_file_transfer.h	Tue Mar 27 14:53:51 2007 +0100
     1.3 @@ -102,7 +102,7 @@
     1.4                                  					     const gchar* filename);
     1.5  void                gmyth_file_transfer_close           (GMythFileTransfer *transfer);
     1.6  gboolean            gmyth_file_transfer_is_open         (GMythFileTransfer *transfer);
     1.7 -gint                gmyth_file_transfer_read            (GMythFileTransfer *transfer, 
     1.8 +gint64              gmyth_file_transfer_read            (GMythFileTransfer *transfer, 
     1.9                                                           GByteArray *data, 
    1.10                                                           gint size, 
    1.11                                                           gboolean read_unlimited);