jingle-ibb/ibb.h
changeset 104 060e69633902
parent 87 43e7d48f6d84
child 122 8969dc3e2f14
equal deleted inserted replaced
103:c34b513be8d9 104:060e69633902
    11   guint blocksize;
    11   guint blocksize;
    12 
    12 
    13   /* The identifiant of the transfer */
    13   /* The identifiant of the transfer */
    14   const gchar *sid;
    14   const gchar *sid;
    15 
    15 
    16   const gchar *seq;
    16   gint64 seq;
    17   
    17   
    18 } JingleIBB;
    18 } JingleIBB;
    19 
    19 
    20 #endif
    20 #endif