jingle-ibb/ibb.h
changeset 55 bc0281fee13d
parent 54 1c1153f9f945
child 58 daafe5b8a48d
equal deleted inserted replaced
54:1c1153f9f945 55:bc0281fee13d
     8   /* Size of the blocks */
     8   /* Size of the blocks */
     9   int blocksize;
     9   int blocksize;
    10 
    10 
    11   /* The identifiant of the transfer */
    11   /* The identifiant of the transfer */
    12   const gchar *sid;
    12   const gchar *sid;
    13   
       
    14   guchar *data;
       
    15 
    13 
    16   const gchar *seq;
    14   const gchar *seq;
    17   
    15   
    18 } JingleIBB;
    16 } JingleIBB;
    19 
    17