Changeset 88 for trunk/utils.h

Show
Ignore:
Timestamp:
07/09/2006 02:47:31 PM (7 years ago)
Author:
moo
Message:

possible fix for #14 "Cannot redeclare ()"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/utils.h

    r1 r88  
    2626 
    2727/* installer */ 
    28 void xc_install_function(char *filename, zend_function *func, zend_uchar type, char *key, uint len TSRMLS_DC); 
     28void xc_install_function(char *filename, zend_function *func, zend_uchar type, void *key, uint len TSRMLS_DC); 
    2929ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, zend_uchar type, void *key, uint len TSRMLS_DC); 
    3030