autoconf: split into subdirectories; redirect calls in debug builds
[m6w6/ext-psi] / php_psi.h
index 84dc1b7e045df7fa2c4259d4f26188ff7363baea..3dedff290a3830dbca22049141b3d05fcff1594e 100644 (file)
--- 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);