zend_string'ify
[m6w6/ext-psi] / src / types / impl_type.h
index 330a9780f85a58f4032e83b8c4f4be700f2ec1e6..7c5a6fe50c6cde4b49a86352f64f5dd1b06d7ff2 100644 (file)
 
 struct psi_impl_type {
        struct psi_token *token;
-       char *name;
+       zend_string *name;
        token_t type;
 };
 
-struct psi_impl_type *psi_impl_type_init(token_t type, const char *name);
+struct psi_impl_type *psi_impl_type_init(token_t type, zend_string *name);
 void psi_impl_type_free(struct psi_impl_type **type_ptr);
 void psi_impl_type_dump(int fd, struct psi_impl_type *type);