libpurple/protocols/facebook/thrift.c

changeset 39556
622bf98df0ac
parent 39550
808e0a11eb9f
child 41728
e9b96ef5ea38
equal deleted inserted replaced
39555:1f7690fa7761 39556:622bf98df0ac
21 21
22 #include <string.h> 22 #include <string.h>
23 23
24 #include "thrift.h" 24 #include "thrift.h"
25 25
26 typedef struct _FbThriftPrivate 26 typedef struct
27 { 27 {
28 GByteArray *bytes; 28 GByteArray *bytes;
29 gboolean internal; 29 gboolean internal;
30 guint offset; 30 guint offset;
31 guint pos; 31 guint pos;

mercurial