src/cx/common.h

changeset 551
2946e13c89a4
parent 549
d7f0b5a9a985
child 563
69a83fad8a35
equal deleted inserted replaced
550:89b2a83728b1 551:2946e13c89a4
98 */ 98 */
99 struct cx_data_ptr_s { 99 struct cx_data_ptr_s {
100 /** 100 /**
101 * A pointer to the data. 101 * A pointer to the data.
102 */ 102 */
103 unsigned const char *data; 103 unsigned char const *data;
104 /** 104 /**
105 * The length of the data. 105 * The length of the data.
106 */ 106 */
107 size_t len; 107 size_t len;
108 }; 108 };

mercurial