X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=3d68d587405990ae41ba4abfeeed96467d0a55c4;hp=44918f057db2b78cfef4af9c1c3bcbfd21891021;hb=e8a409b21cb50f5931ab02ce6ab4f4406be94394;hpb=b4a3c33fc143fd57288fcfe0878e7a22eeaf61bf diff --git a/php_psi.h b/php_psi.h index 44918f0..3d68d58 100644 --- a/php_psi.h +++ b/php_psi.h @@ -20,7 +20,7 @@ extern zend_module_entry psi_module_entry; #include "context.h" -void psi_error_wrapper(PSI_Token *t, int type, const char *msg, ...); +void psi_error_wrapper(void *context, PSI_Token *t, int type, const char *msg, ...); void psi_error(int type, const char *fn, unsigned ln, const char *msg, ...); void psi_verror(int type, const char *fn, unsigned ln, const char *msg, va_list argv);