diff options
author | Sterling Hughes <sterling@php.net> | 2003-04-03 03:07:58 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-04-03 03:07:58 +0000 |
commit | 4fa866d667a4d6d244f65b4383aaa5a97b57edeb (patch) | |
tree | 0f9ff13426fee920a557896dabcf54e9d1115360 /Zend/zend_list.h | |
parent | 929caf1060c2361dc909b4fcfeeeed1613464248 (diff) | |
download | php-git-4fa866d667a4d6d244f65b4383aaa5a97b57edeb.tar.gz |
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
i will not commit before 12:00
Diffstat (limited to 'Zend/zend_list.h')
-rw-r--r-- | Zend/zend_list.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_list.h b/Zend/zend_list.h index c6c3b1f8f4..05f5d50bf8 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -34,7 +34,6 @@ typedef struct _zend_rsrc_list_entry { void *ptr; int type; int refcount; - int id; } zend_rsrc_list_entry; typedef void (*rsrc_dtor_func_t)(zend_rsrc_list_entry *rsrc TSRMLS_DC); @@ -75,7 +74,6 @@ ZEND_API int zend_list_insert(void *ptr, int type); ZEND_API int _zend_list_addref(int id TSRMLS_DC); ZEND_API int _zend_list_delete(int id TSRMLS_DC); ZEND_API void *_zend_list_find(int id, int *type TSRMLS_DC); -ZEND_API int zend_list_id_by_pointer(void *p, int type TSRMLS_DC); #define zend_list_addref(id) _zend_list_addref(id TSRMLS_CC) #define zend_list_delete(id) _zend_list_delete(id TSRMLS_CC) |