X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=3dedff290a3830dbca22049141b3d05fcff1594e;hp=44918f057db2b78cfef4af9c1c3bcbfd21891021;hb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;hpb=b4a3c33fc143fd57288fcfe0878e7a22eeaf61bf diff --git a/php_psi.h b/php_psi.h index 44918f0..3dedff2 100644 --- a/php_psi.h +++ b/php_psi.h @@ -20,10 +20,6 @@ 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(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); - static inline int psi_check_env(const char *var) { char *set = getenv(var); return (set && *set && '0' != *set); @@ -47,7 +43,7 @@ PHP_PSI_API zend_class_entry *psi_object_get_class_entry(); ZEND_BEGIN_MODULE_GLOBALS(psi) char *engine; char *directory; - PSI_Context context; + struct psi_context context; ZEND_END_MODULE_GLOBALS(psi); ZEND_EXTERN_MODULE_GLOBALS(psi);