src/cx/buffer.h

changeset 545
3700ac4bd9a3
parent 541
67e078518935
child 567
f90a7cfe2480
equal deleted inserted replaced
544:2e73456e5f84 545:3700ac4bd9a3
115 115
116 /** 116 /**
117 * The write function used for flushing. 117 * The write function used for flushing.
118 * If NULL, the flushed content gets discarded. 118 * If NULL, the flushed content gets discarded.
119 */ 119 */
120 size_t (*flush_func)( 120 cx_write_func flush_func;
121 void const *,
122 size_t,
123 size_t,
124 void *
125 );
126 121
127 /** 122 /**
128 * The target for \c flush_func. 123 * The target for \c flush_func.
129 */ 124 */
130 void *flush_target; 125 void *flush_target;

mercurial