1Functions changes summary: 0 Removed, 1 Changed, 0 Added function 2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 3 41 function with some indirect sub-type change: 5 6 [C] 'function void foo(public_type*, a_not_private_type*)' has some indirect sub-type changes: 7 parameter 1 of type 'public_type*' has sub-type changes: 8 in pointed to type 'struct public_type': 9 type size changed from 64 to 128 (in bits) 10 1 data member insertion: 11 'unsigned int oops', at offset 0 (in bits) 12 1 data member change: 13 type of 'private_data* priv_' changed: 14 in pointed to type 'struct private_data': 15 type size changed from 32 to 64 (in bits) 16 1 data member insertion: 17 'char private_data1', at offset 32 (in bits) 18 and offset changed from 0 to 64 (in bits) (by +64 bits) 19 parameter 2 of type 'a_not_private_type*' has sub-type changes: 20 in pointed to type 'struct a_not_private_type': 21 type size changed from 32 to 64 (in bits) 22 1 data member insertion: 23 'char j', at offset 32 (in bits) 24 25