X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fdecl.h;h=11e72a8920cfcbd8935863d265abe5ea9d2c4a51;hb=47dd00ab6df0a093b13d4f573ba01c79a6bcc72f;hp=eb808025ebff16a163bdef8582443b60e2daaf2d;hpb=c0bdd904aa881aab010c3fd8d859a787d4dd779b;p=m6w6%2Fext-psi diff --git a/src/types/decl.h b/src/types/decl.h index eb80802..11e72a8 100644 --- a/src/types/decl.h +++ b/src/types/decl.h @@ -35,7 +35,7 @@ struct psi_decl { struct psi_decl_abi *abi; struct psi_decl_arg *func; struct psi_plist *args; - char *redir; + zend_string *redir; void *sym; void *info; unsigned varargs:1;