We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40416e commit cbec84dCopy full SHA for cbec84d
Zend/zend_llist.h
@@ -28,7 +28,7 @@ typedef struct _zend_llist_element {
28
} zend_llist_element;
29
30
typedef void (*llist_dtor_func_t)(void *);
31
-typedef int (*llist_compare_func_t)(const zend_llist_element *, const zend_llist_element * TSRMLS_DC);
+typedef int (*llist_compare_func_t)(const zend_llist_element **, const zend_llist_element ** TSRMLS_DC);
32
typedef void (*llist_apply_with_args_func_t)(void *data, int num_args, va_list args TSRMLS_DC);
33
typedef void (*llist_apply_with_arg_func_t)(void *data, void *arg TSRMLS_DC);
34
typedef void (*llist_apply_func_t)(void * TSRMLS_DC);
0 commit comments