jingle-filetransfer/filetransfer.h
changeset 49 8dddfbe488b6
parent 21 147f131382dd
child 53 64a47491c068
equal deleted inserted replaced
48:3c08b78be871 49:8dddfbe488b6
    15   /* the name of the file that the sender wishes to send */
    15   /* the name of the file that the sender wishes to send */
    16   const gchar *name;
    16   const gchar *name;
    17 
    17 
    18   /* the size, in bytes, of the data to be sent */
    18   /* the size, in bytes, of the data to be sent */
    19   gint64 size;
    19   gint64 size;
    20 
       
    21 } JingleFT;
    20 } JingleFT;
    22 
    21 
    23 #endif
    22 #endif