X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcompiler.h;fp=src%2Fcompiler.h;h=0000000000000000000000000000000000000000;hp=fcf2cf66781be0611c01dab248039598e9d6c75b;hb=7a717dad32d06fe5273ad3a9ce755908723f6685;hpb=6bdeeb7b332a272617814a4358d51bb07c872407 diff --git a/src/compiler.h b/src/compiler.h deleted file mode 100644 index fcf2cf6..0000000 --- a/src/compiler.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _PSI_COMPILER_H -#define _PSI_COMPILER_H - -#include "validator.h" - -typedef struct PSI_Compiler { - PSI_DATA_MEMBERS; - void *context; -} PSI_Compiler; - -PSI_Compiler *PSI_CompilerInit(PSI_Compiler *C, PSI_Validator *V, void *context); -void PSI_CompilerDtor(PSI_Compiler *C); -void PSI_CompilerFree(PSI_Compiler **C); -zend_function_entry *PSI_CompilerCompile(PSI_Compiler *C); - -#endif