Changeset 88 for trunk/utils.h
- Timestamp:
- 07/09/2006 12:47:31 PM (3 years ago)
- Files:
-
- 1 modified
-
trunk/utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r1 r88 26 26 27 27 /* installer */ 28 void xc_install_function(char *filename, zend_function *func, zend_uchar type, char*key, uint len TSRMLS_DC);28 void xc_install_function(char *filename, zend_function *func, zend_uchar type, void *key, uint len TSRMLS_DC); 29 29 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, zend_uchar type, void *key, uint len TSRMLS_DC); 30 30

