src/cx/list.h

changeset 1349
b1696d0d598b
parent 1346
2d24f7bae4c9
equal deleted inserted replaced
1348:a1da355ed3b8 1349:b1696d0d598b
181 /** 181 /**
182 * Optional member function for comparing this list 182 * Optional member function for comparing this list
183 * to another list of the same type. 183 * to another list of the same type.
184 * If set to @c NULL, comparison won't be optimized. 184 * If set to @c NULL, comparison won't be optimized.
185 */ 185 */
186 cx_attr_nonnull
187 int (*compare)( 186 int (*compare)(
188 const struct cx_list_s *list, 187 const struct cx_list_s *list,
189 const struct cx_list_s *other 188 const struct cx_list_s *other
190 ); 189 );
191 190

mercurial