mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFZE1
This commit is contained in:
parent
e40416ebf6
commit
cbec84d93d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ typedef struct _zend_llist_element {
|
|||
} zend_llist_element;
|
||||
|
||||
typedef void (*llist_dtor_func_t)(void *);
|
||||
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);
|
||||
typedef void (*llist_apply_with_args_func_t)(void *data, int num_args, va_list args TSRMLS_DC);
|
||||
typedef void (*llist_apply_with_arg_func_t)(void *data, void *arg TSRMLS_DC);
|
||||
typedef void (*llist_apply_func_t)(void * TSRMLS_DC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue