X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=3dedff290a3830dbca22049141b3d05fcff1594e;hp=84dc1b7e045df7fa2c4259d4f26188ff7363baea;hb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;hpb=5359ad5c181e5772f350fe1cba060cbed3a05b91 diff --git a/php_psi.h b/php_psi.h index 84dc1b7..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(void *context, struct 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);