X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=idl%2Fold%2Fvalidator.h;fp=idl%2Fold%2Fvalidator.h;h=0000000000000000000000000000000000000000;hb=762750b4a3f4e0471993849c4bd12965f6b62356;hp=0b8a2793df4160f2d5c422b15ebc4f398dc34977;hpb=be3ceffdd27422aae6ba44d31d868fb12d08957a;p=m6w6%2Fext-psi diff --git a/idl/old/validator.h b/idl/old/validator.h deleted file mode 100644 index 0b8a279..0000000 --- a/idl/old/validator.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef _PSI_VALIDATOR_H -#define _PSI_VALIDATOR_H - -#include "types.h" -#include "lexer.h" - -typedef struct PSI_Validator { - decl_typedefs *defs; - decls *decls; - impls *impls; - char *lib; - char *fn; - void *dlopened; -} PSI_Validator; - -PSI_Validator *PSI_ValidatorInit(PSI_Validator *V, PSI_Lexer *L); -int PSI_ValidatorValidate(PSI_Validator *V); -void PSI_ValidatorDtor(PSI_Validator *V); -void PSI_ValidatorFree(PSI_Validator **V); - -#endif