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 |