Skip to content

Commit cbec84d

Browse files
author
Andrei Zmievski
committed
MFZE1
1 parent e40416e commit cbec84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_llist.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef struct _zend_llist_element {
2828
} zend_llist_element;
2929

3030
typedef void (*llist_dtor_func_t)(void *);
31-
typedef int (*llist_compare_func_t)(const zend_llist_element *, const zend_llist_element * TSRMLS_DC);
31+
typedef int (*llist_compare_func_t)(const zend_llist_element **, const zend_llist_element ** TSRMLS_DC);
3232
typedef void (*llist_apply_with_args_func_t)(void *data, int num_args, va_list args TSRMLS_DC);
3333
typedef void (*llist_apply_with_arg_func_t)(void *data, void *arg TSRMLS_DC);
3434
typedef void (*llist_apply_func_t)(void * TSRMLS_DC);

0 commit comments

Comments
 (0)